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 | ? | 00111111 | 3f |
SJIS-WIN | 侈 | 1001100011001010 | 98ca |
EUC-JP | 侈 | 1101000011001100 | d0cc |
UTF-8 | 侈 | 111001001011111010001000 | e4be88 |
UHC | 侈 | 1111011010110110 | f6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)