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 | 域??熬 | 100010001110011000111111001111111110000010010010 | 88e63f3fe092 |
| EUC-JP | 域??熬 | 101100001110100000111111001111111101111111110010 | b0e83f3fdff2 |
| UTF-8 | 域⒴숱熬 | 111001011001111110011111111000101001001010110100111011001000100010110001111001111000011010101100 | e59f9fe292b4ec88b1e786ac |
| UHC | 域⒴숱熬 | 1110011010110100101010011110010110111101101000101110100010100010 | e6b4a9e5bda2e8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)