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 | 100011101110110100111111100100011110111001000010 | 8eed3f91ee42 |
EUC-JP | 種?宅B | 101111001110111100111111110000101111000001000010 | bcef3fc2f042 |
UTF-8 | 種띕宅B | 11100111101010001010111011101011100111011001010111100101101011101000010101000010 | e7a8aeeb9d95e5ae8542 |
UHC | 種띕宅B | 11110000111110101011011011101011110100111110101101000010 | f0fab6ebd3eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)