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 | 鬱 | 1001111101010100 | 9f54 |
EUC-JP | 鬱 | 1101110110110101 | ddb5 |
UTF-8 | 鬱 | 111010011010110010110001 | e9acb1 |
UHC | 鬱 | 1110101010100110 | eaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)