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 | äo\ | 111001000110111101011100 | e46f5c |
SJIS-WIN | ?o\ | 001111110110111101011100 | 3f6f5c |
EUC-JP | äo\ | 1000111110101011101000110110111101011100 | 8faba36f5c |
UTF-8 | äo\ | 11000011101001000110111101011100 | c3a46f5c |
UHC | ?o\ | 001111110110111101011100 | 3f6f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)