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 | ??Dh??D | 00111111001111110100010001101000001111110011111101000100 | 3f3f44683f3f44 |
SJIS-WIN | 嶸ゥDh嶸ゥD | 111110101011010010101001010001000110100011111010101101001010100101000100 | fab4a94468fab4a944 |
EUC-JP | 嶸ゥDh嶸ゥD | 10001111101110111111010010001110101010010100010001101000100011111011101111110100100011101010100101000100 | 8fbbf48ea944688fbbf48ea944 |
UTF-8 | 嶸ゥDh嶸ゥD | 111001011011011010111000111011111011110110101001010001000110100011100101101101101011100011101111101111011010100101000100 | e5b6b8efbda94468e5b6b8efbda944 |
UHC | 嶸?Dh嶸?D | 111001111010111000111111010001000110100011100111101011100011111101000100 | e7ae3f4468e7ae3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)