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 | 10011010011100000101110101001000 | 9a705d48 |
EUC-JP | 嗔]H | 11010011110100010101110101001000 | d3d15d48 |
UTF-8 | 嗔]H | 1110010110010111100101000101110101001000 | e597945d48 |
UHC | 嗔]H | 11110010110001110101110101001000 | f2c75d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)