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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 湿遮湿識韃 | 10001110101111001000111011010101100011101011110010001110101011111110100011100101 | 8ebc8ed58ebc8eafe8e5 |
| EUC-JP | 湿遮湿識韃 | 10111100101111101011110011010111101111001011111010111100101100011111000011100111 | bcbebcd7bcbebcb1f0e7 |
| UTF-8 | 湿遮湿識韃 | 111001101011100110111111111010011000000110101110111001101011100110111111111010001010110110011000111010011001111110000011 | e6b9bfe981aee6b9bfe8ad98e99f83 |
| UHC | ?遮?識? | 00111111111100111011010000111111111000111101101100111111 | 3ff3b43fe3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)