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 | 10011100100010011001110110100100111010100100100001101000 | 9c899da4ea4868 |
EUC-JP | 怏擘鶇h | 11010111111010011101101010100110111100111010100101101000 | d7e9daa6f3a968 |
UTF-8 | 怏擘鶇h | 11100110100000001000111111100110100100111001100011101001101101101000011101101000 | e6808fe69398e9b68768 |
UHC | 怏擘?h | 111001001110100011011011111110110011111101101000 | e4e8dbfb3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)