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 | 禹緬? | 1110001001011010100101101100100100111111 | e25a96c93f |
| EUC-JP | 禹緬? | 1110001110111011110011001100101100111111 | e3bbcccb3f |
| UTF-8 | 禹緬캤 | 111001111010011010111001111001111011011110101100111011001011101010100100 | e7a6b9e7b7acecbaa4 |
| UHC | 禹緬캤 | 111010011110000011011000111110111100010010111010 | e9e0d8fbc4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)