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 | 棕?聆揄 | 10011110101000010011111111100011110101111001110110001001 | 9ea13fe3d79d89 |
| EUC-JP | 棕?聆揄 | 11011100101000110011111111100110110110011101100111101001 | dca33fe6d9d9e9 |
| UTF-8 | 棕흘聆揄 | 111001101010001110010101111011011001110110011000111010001000000110000110111001101000111110000100 | e6a395ed9d98e88186e68f84 |
| UHC | 棕흘聆揄 | 1111000011110111110010001110101011010110110000001110101011110001 | f0f7c8ead6c0eaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)