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 | 逋h掎B | 11100111100110011000001010001000100111010111010101000010 | e79982889d7542 |
EUC-JP | 逋h掎B | 11101101111110011010001111101000110110011101011001000010 | edf9a3e8d9d642 |
UTF-8 | 逋h掎B | 11101001100000001000101111101111101111011000100011100110100011101000111001000010 | e9808befbd88e68e8e42 |
UHC | 逋h?B | 111110001110011110100011111010000011111101000010 | f8e7a3e83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)