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??D | 001111110011111101101000001111110011111101000100 | 3f3f683f3f44 |
SJIS-WIN | 嶸エh嶸ゥD | 1111101010110100101101000110100011111010101101001010100101000100 | fab4b468fab4a944 |
EUC-JP | 嶸エh嶸ゥD | 100011111011101111110100100011101011010001101000100011111011101111110100100011101010100101000100 | 8fbbf48eb4688fbbf48ea944 |
UTF-8 | 嶸エh嶸ゥD | 1110010110110110101110001110111110111101101101000110100011100101101101101011100011101111101111011010100101000100 | e5b6b8efbdb468e5b6b8efbda944 |
UHC | 嶸?h嶸?D | 1110011110101110001111110110100011100111101011100011111101000100 | e7ae3f68e7ae3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)