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 | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 墻??]H | 100110101101010000111111001111110101110101001000 | 9ad43f3f5d48 |
EUC-JP | 墻??]H | 110101001101011000111111001111110101110101001000 | d4d63f3f5d48 |
UTF-8 | 墻닸굢]H | 1110010110100010101110111110101110001011101110001110101010110101101000100101110101001000 | e5a2bbeb8bb8eab5a25d48 |
UHC | 墻닸굢]H | 1110110111011111101101001110011010000010100010010101110101001000 | eddfb4e682895d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)