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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 禎?禎?B | 10010010111101010011111110010010111101010011111101000010 | 92f53f92f53f42 |
EUC-JP | 禎?禎?B | 11000100111101110011111111000100111101110011111101000010 | c4f73fc4f73f42 |
UTF-8 | 禎렦禎렦B | 11100111101001101000111011101011101000001010011011100111101001101000111011101011101000001010011001000010 | e7a68eeba0a6e7a68eeba0a642 |
UHC | 禎렦禎렦B | 111011111110111010001110101101011110111111101110100011101011010101000010 | efee8eb5efee8eb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)