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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 蟻?v | 10001011011000010011111101110110 | 8b613f76 |
EUC-JP | 蟻?v | 10110101110000100011111101110110 | b5c23f76 |
UTF-8 | 蟻렪v | 11101000100111111011101111101011101000001010101001110110 | e89fbbeba0aa76 |
UHC | 蟻렪v | 1110101111111100100011101011100001110110 | ebfc8eb876 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)