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 | ådx | 111001010110010001111000 | e56478 |
SJIS-WIN | ?dx | 001111110110010001111000 | 3f6478 |
EUC-JP | ådx | 1000111110101011101010010110010001111000 | 8faba96478 |
UTF-8 | ådx | 11000011101001010110010001111000 | c3a56478 |
UHC | ?dx | 001111110110010001111000 | 3f6478 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)