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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 韋門、るコ | 1110100011101000100101101110010110100100100000101110100110111010 | e8e896e5a482e9ba |
| EUC-JP | 韋門、るコ | 11110000111010101100110011100111100011101010010010100100111010111000111010111010 | f0eacce78ea4a4eb8eba |
| UTF-8 | 韋門、るコ | 111010011001111110001011111010011001011010000000111011111011110110100100111000111000001010001011111011111011110110111010 | e99f8be99680efbda4e3828befbdba |
| UHC | 韋門?る? | 1110101011011111110110101010011000111111101010101110101100111111 | eadfdaa63faaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)