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 | 疔翆 | 11100001011010101110001111000001 | e16ae3c1 |
EUC-JP | 疔翆 | 11100001110010111110011011000011 | e1cbe6c3 |
UTF-8 | 疔翆 | 111001111001011010010100111001111011111110000110 | e79694e7bf86 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)