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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鳫竺璽 | 1110100111101101100011101011000111110001111110101000111010100011 | e9ed8eb1f1fa8ea3 |
| EUC-JP | 鳫竺?璽 | 11110010111011111011110010110011001111111011110010100101 | f2efbcb33fbca5 |
| UTF-8 | 鳫竺璽 | 111010011011001110101011111001111010101110111010111011101000010110110101111001111001001010111101 | e9b3abe7abbaee85b5e792bd |
| UHC | ?竺?璽 | 001111111111010111100111001111111101111111011110 | 3ff5e73fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)