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 | 獻獸蓁h | 11100000110110011110000011010111111001001110101101101000 | e0d9e0d7e4eb68 |
EUC-JP | 獻獸蓁h | 11100000110110111110000011011001111010001110110101101000 | e0dbe0d9e8ed68 |
UTF-8 | 獻獸蓁h | 11100111100011011011101111100111100011011011100011101000100100111000000101101000 | e78dbbe78db8e8938168 |
UHC | 獻獸?h | 111110101100110011100010101011100011111101101000 | facce2ae3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)