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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 曖^ | 100111100100001001011110 | 9e425e |
EUC-JP | 曖^ | 110110111010001101011110 | dba35e |
UTF-8 | 曖^ | 11100110100110111001011001011110 | e69b965e |
UHC | 曖^ | 111001001111001001011110 | e4f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)