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 | äw] | 111001000111011101011101 | e4775d |
SJIS-WIN | ?w] | 001111110111011101011101 | 3f775d |
EUC-JP | äw] | 1000111110101011101000110111011101011101 | 8faba3775d |
UTF-8 | äw] | 11000011101001000111011101011101 | c3a4775d |
UHC | ?w] | 001111110111011101011101 | 3f775d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)