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 | 100100001011100101111000 | 90b978 |
EUC-JP | 聖x | 110000001011101101111000 | c0bb78 |
UTF-8 | 聖x | 11101000100000011001011001111000 | e8819678 |
UHC | 聖x | 111000011010000101111000 | e1a178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)