To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ツ弑Yツ弑bE | 110000101001110001010101010110011100001010011100010101010110001001000101 | c29c5559c29c556245 |
EUC-JP | ツ弑Yツ弑bE | 1000111011000010110101111011011001011001100011101100001011010111101101100110001001000101 | 8ec2d7b6598ec2d7b66245 |
UTF-8 | ツ弑Yツ弑bE | 111011111011111010000010111001011011110010010001010110011110111110111110100000101110010110111100100100010110001001000101 | efbe82e5bc9159efbe82e5bc916245 |
UHC | ?弑Y?弑bE | 001111111110001110111101010110010011111111100011101111010110001001000101 | 3fe3bd593fe3bd6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)