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 | 11100000110101111110000011010101111000101110100101101000 | e0d7e0d5e2e968 |
EUC-JP | 獸獨粳h | 11100000110110011110000011010111111001001110101101101000 | e0d9e0d7e4eb68 |
UTF-8 | 獸獨粳h | 11100111100011011011100011100111100011011010100011100111101100101011001101101000 | e78db8e78da8e7b2b368 |
UHC | 獸獨粳h | 11100010101011101101010010111100110010111101011101101000 | e2aed4bccbd768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)