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 | ??`?? | 0011111100111111011000000011111100111111 | 3f3f603f3f |
SJIS-WIN | 嶸イ`嶸坊 | 1111101010110100101100100110000011111010101101001001011001010110 | fab4b260fab49656 |
EUC-JP | 嶸イ`嶸坊 | 1000111110111011111101001000111010110010011000001000111110111011111101001100101110110111 | 8fbbf48eb2608fbbf4cbb7 |
UTF-8 | 嶸イ`嶸坊 | 11100101101101101011100011101111101111011011001001100000111001011011011010111000111001011001110110001010 | e5b6b8efbdb260e5b6b8e59d8a |
UHC | 嶸?`嶸坊 | 1110011110101110001111110110000011100111101011101101101110101001 | e7ae3f60e7aedba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)