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 | 将蘰\ | 1000111110101011111001010110010101011100 | 8fabe5655c |
EUC-JP | 将蘰\ | 1011111010101101111010011100011001011100 | beade9c65c |
UTF-8 | 将蘰\ | 11100101101100001000011011101000100110001011000001011100 | e5b086e898b05c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)