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 | 釀 | 1110011111010100 | e7d4 |
EUC-JP | 釀 | 1110111011010110 | eed6 |
UTF-8 | 釀 | 111010011000011110000000 | e98780 |
UHC | 釀 | 1110010111010100 | e5d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)