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 | ?x | 0011111101111000 | 3f78 |
SJIS-WIN | 曄x | 100111100100000001111000 | 9e4078 |
EUC-JP | 曄x | 110110111010000101111000 | dba178 |
UTF-8 | 曄x | 11100110100110111000010001111000 | e69b8478 |
UHC | 曄x | 111001111010010101111000 | e7a578 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)