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 | 001111110101110101001000 | 3f5d48 |
SJIS-WIN | 仁]H | 10010000011011010101110101001000 | 906d5d48 |
EUC-JP | 仁]H | 10111111110011100101110101001000 | bfce5d48 |
UTF-8 | 仁]H | 1110010010111011100000010101110101001000 | e4bb815d48 |
UHC | 仁]H | 11101100110100100101110101001000 | ecd25d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)