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 | 帳h? | 1001001010100000100000101000100000111111 | 92a082883f |
| EUC-JP | 帳h? | 1100010010100010101000111110100000111111 | c4a2a3e83f |
| UTF-8 | 帳h나 | 111001011011100010110011111011111011110110001000111010111000001010011000 | e5b8b3efbd88eb8298 |
| UHC | 帳h나 | 111011011110001110100011111010001011001110101010 | ede3a3e8b3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)