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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 罌∵┠ | 111000111010000010000001111001101000010010110101 | e3a081e684b5 |
EUC-JP | 罌∵┠ | 111001101010001010100010111010001010100010110111 | e6a2a2e8a8b7 |
UTF-8 | 罌∵┠ | 111001111011110110001100111000101000100010110101111000101001010010100000 | e7bd8ce288b5e294a0 |
UHC | 罌∵┠ | 111001011010001010100001111100011010011010110111 | e5a2a1f1a6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)