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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 戊餠 | 10010101111010001110100101010101 | 95e8e955 |
EUC-JP | 戊餠 | 11001010111010101111000110110110 | caeaf1b6 |
UTF-8 | 戊餠 | 111001101000100010001010111010011010010010100000 | e6888ae9a4a0 |
UHC | 戊餠 | 11011001111001101101110010111111 | d9e6dcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)