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嶸ィ | 11111010101101001010100101101000111110101011010010101000 | fab4a968fab4a8 |
EUC-JP | 嶸ゥh嶸ィ | 1000111110111011111101001000111010101001011010001000111110111011111101001000111010101000 | 8fbbf48ea9688fbbf48ea8 |
UTF-8 | 嶸ゥh嶸ィ | 11100101101101101011100011101111101111011010100101101000111001011011011010111000111011111011110110101000 | e5b6b8efbda968e5b6b8efbda8 |
UHC | 嶸?h嶸? | 11100111101011100011111101101000111001111010111000111111 | e7ae3f68e7ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)