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 | 溯鵄 | 10011111111010001110100111110101 | 9fe8e9f5 |
EUC-JP | 溯鵄 | 11011110111010101111001011110111 | deeaf2f7 |
UTF-8 | 溯鵄 | 111001101011101010101111111010011011010110000100 | e6baafe9b584 |
UHC | 溯? | 111000011011110100111111 | e1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)