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 | 11100000110101111110000011011011111000101110001101101000 | e0d7e0dbe2e368 |
EUC-JP | 獸珈粤h | 11100000110110011110000011011101111001001110010101101000 | e0d9e0dde4e568 |
UTF-8 | 獸珈粤h | 11100111100011011011100011100111100011111000100011100111101100101010010001101000 | e78db8e78f88e7b2a468 |
UHC | 獸??h | 1110001010101110001111110011111101101000 | e2ae3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)