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 | ?賑衙 | 0011111110010011111101101110010111001001 | 3f93f6e5c9 |
| EUC-JP | ?賑衙 | 0011111111000110111110001110101011001011 | 3fc6f8eacb |
| UTF-8 | 렼賑衙 | 111010111010000010111100111010001011001110010001111010001010000110011001 | eba0bce8b391e8a199 |
| UHC | 렼賑衙 | 100011101100010011110010111000011110010010110111 | 8ec4f2e1e4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)