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 | ädo | 111001000110010001101111 | e4646f |
SJIS-WIN | ?do | 001111110110010001101111 | 3f646f |
EUC-JP | ädo | 1000111110101011101000110110010001101111 | 8faba3646f |
UTF-8 | ädo | 11000011101001000110010001101111 | c3a4646f |
UHC | ?do | 001111110110010001101111 | 3f646f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)