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 | 爐^ | 111000001010001001011110 | e0a25e |
EUC-JP | 爐^ | 111000001010010001011110 | e0a45e |
UTF-8 | 爐^ | 11100111100010001001000001011110 | e788905e |
UHC | 爐^ | 110101101101001101011110 | d6d35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)