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 | 100101111011011101111000 | 97b778 |
EUC-JP | 旅x | 110011101011100101111000 | ceb978 |
UTF-8 | 旅x | 11100110100101111000010101111000 | e6978578 |
UHC | 旅x | 110101011110100101111000 | d5e978 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)