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 | 逍? | 111001111001011000111111 | e7963f |
EUC-JP | 逍? | 111011011111011000111111 | edf63f |
UTF-8 | 逍꺞 | 111010011000000010001101111010101011101010011110 | e9808deaba9e |
UHC | 逍꺞 | 11100001110011101000001111000100 | e1ce83c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)