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 | 瘴續 | 11100001100011111110001110010100 | e18fe394 |
EUC-JP | 瘴續 | 11100001111011111110010111110100 | e1efe5f4 |
UTF-8 | 瘴續 | 111001111001100010110100111001111011101010001100 | e798b4e7ba8c |
UHC | ?續 | 001111111110000111011001 | 3fe1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)