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 | ÍÈ[ | 110011011100100001011011 | cdc85b |
SJIS-WIN | ??[ | 001111110011111101011011 | 3f3f5b |
EUC-JP | ÍÈ[ | 10001111101010101011111110001111101010101011001001011011 | 8faabf8faab25b |
UTF-8 | ÍÈ[ | 1100001110001101110000111000100001011011 | c38dc3885b |
UHC | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)