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 | äxx | 111001000111100001111000 | e47878 |
SJIS-WIN | ?xx | 001111110111100001111000 | 3f7878 |
EUC-JP | äxx | 1000111110101011101000110111100001111000 | 8faba37878 |
UTF-8 | äxx | 11000011101001000111100001111000 | c3a47878 |
UHC | ?xx | 001111110111100001111000 | 3f7878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)