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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 射證 | 10001110110010111110011010011010 | 8ecbe69a |
EUC-JP | 射證 | 10111100110011011110101111111010 | bccdebfa |
UTF-8 | 射證 | 111001011011000010000100111010001010110110001001 | e5b084e8ad89 |
UHC | 射證 | 11011110110100101111000111111011 | ded2f1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)