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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 踉汳稠B | 11100110111100101001111110010010111000100110011001000010 | e6f29f92e26642 |
EUC-JP | 踉汳稠B | 11101100111101001101110111110010111000111100011101000010 | ecf4ddf2e3c742 |
UTF-8 | 踉汳稠B | 11101000101110001000100111100110101100011011001111100111101010001010000001000010 | e8b889e6b1b3e7a8a042 |
UHC | ??稠B | 0011111100111111111100001101011001000010 | 3f3ff0d642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)