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 | ådG | 111001010110010001000111 | e56447 |
SJIS-WIN | ?dG | 001111110110010001000111 | 3f6447 |
EUC-JP | ådG | 1000111110101011101010010110010001000111 | 8faba96447 |
UTF-8 | ådG | 11000011101001010110010001000111 | c3a56447 |
UHC | ?dG | 001111110110010001000111 | 3f6447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)