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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 蟻?\ | 10001011011000010011111101011100 | 8b613f5c |
EUC-JP | 蟻?\ | 10110101110000100011111101011100 | b5c23f5c |
UTF-8 | 蟻랰\ | 11101000100111111011101111101011100111101011000001011100 | e89fbbeb9eb05c |
UHC | 蟻랰\ | 1110101111111100100011100100110001011100 | ebfc8e4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)