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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 蟻?^ | 10001011011000010011111101011110 | 8b613f5e |
EUC-JP | 蟻?^ | 10110101110000100011111101011110 | b5c23f5e |
UTF-8 | 蟻럄^ | 11101000100111111011101111101011100111111000010001011110 | e89fbbeb9f845e |
UHC | 蟻럄^ | 1110101111111100100011100110001101011110 | ebfc8e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)