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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 渦??@B | 100010010101000100111111001111110100000001000010 | 89513f3f4042 |
EUC-JP | 渦??@B | 101100011011001000111111001111110100000001000010 | b1b23f3f4042 |
UTF-8 | 渦겻퍟@B | 1110011010111000101001101110101010110010101110111110110110001101100111110100000001000010 | e6b8a6eab2bbed8d9f4042 |
UHC | 渦겻퍟@B | 1110100010111110101100001110010010111011100101100100000001000010 | e8beb0e4bb964042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)