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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隧費セ懃ケ | 1110100010101001100101001110111110111110100111001110011110111001 | e8a994efbe9ce7b9 |
EUC-JP | 隧費セ懃ケ | 11110000101010111100100011110001100011101011111011011000111010011000111010111001 | f0abc8f18ebed8e98eb9 |
UTF-8 | 隧費セ懃ケ | 111010011001101010100111111010001011001010111011111011111011110110111110111001101000011110000011111011111011110110111001 | e99aa7e8b2bbefbdbee68783efbdb9 |
UHC | 隧費?懃? | 1110001011001010110111101010100000111111110100001100010000111111 | e2cadea83fd0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)