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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 矗h矗 | 111000011101111011110111101000110110100011100001110111101111011110100011 | e1def7a368e1def7a3 |
EUC-JP | 矗?h矗? | 11100010111000000011111101101000111000101110000000111111 | e2e03f68e2e03f |
UTF-8 | 矗h矗 | 11100111100111111001011111101110100101101000011001101000111001111001111110010111111011101001011010000110 | e79f97ee968668e79f97ee9686 |
UHC | 矗?h矗? | 11110101101110000011111101101000111101011011100000111111 | f5b83f68f5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)