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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隧費セ懃ケ占 | 11101000101010011001010011101111101111101001110011100111101110011001000011101000 | e8a994efbe9ce7b990e8 |
EUC-JP | 隧費セ懃ケ占 | 111100001010101111001000111100011000111010111110110110001110100110001110101110011100000011101010 | f0abc8f18ebed8e98eb9c0ea |
UTF-8 | 隧費セ懃ケ占 | 111010011001101010100111111010001011001010111011111011111011110110111110111001101000011110000011111011111011110110111001111001011000110110100000 | e99aa7e8b2bbefbdbee68783efbdb9e58da0 |
UHC | 隧費?懃?占 | 11100010110010101101111010101000001111111101000011000100001111111110111110111111 | e2cadea83fd0c43fefbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)