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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 藉i狂h | 11100101010100111000001010001001100010111011011001101000 | e55382898bb668 |
EUC-JP | 藉i狂h | 11101001101101001010001111101001101101101011100001101000 | e9b4a3e9b6b868 |
UTF-8 | 藉i狂h | 11101000100101111000100111101111101111011000100111100111100010111000001001101000 | e89789efbd89e78b8268 |
UHC | 藉i狂h | 11101101101111101010001111101001110011101100101001101000 | edbea3e9ceca68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)