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 | à ~] | 1110000010100000100101100111111001011101 | e0a0967e5d |
SJIS-WIN | ???~] | 0011111100111111001111110111111001011101 | 3f3f3f7e5d |
EUC-JP | à??~] | 10001111101010111010001000111111001111110111111001011101 | 8faba23f3f7e5d |
UTF-8 | à ~] | 1100001110100000110000101010000011000010100101100111111001011101 | c3a0c2a0c2967e5d |
UHC | ???~] | 0011111100111111001111110111111001011101 | 3f3f3f7e5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)