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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 埃鶸躡 | 100110101011101011101010010100111110011101011001 | 9abaea53e759 |
EUC-JP | 埃鶸躡 | 110101001011110011110011101101001110110110111010 | d4bcf3b4edba |
UTF-8 | 埃鶸躡 | 111001011001111110000011111010011011011010111000111010001011101010100001 | e59f83e9b6b8e8baa1 |
UHC | 埃?? | 11100100111011110011111100111111 | e4ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)