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 | 枝竭?敎? | 1000111001111101111000101001000100111111111110101100110100111111 | 8e7de2913ffacd3f |
| EUC-JP | 枝竭??? | 10111011110111101110001111110001001111110011111100111111 | bbdee3f13f3f3f |
| UTF-8 | 枝竭렫敎롛 | 111001101001111010011101111001111010101110101101111010111010000010101011111001101001010110001110111010111010000110011011 | e69e9de7abadeba0abe6958eeba19b |
| UHC | 枝竭렫敎롛 | 11110010101010111100101011100110100011101011100111001110111001111000111011011111 | f2abcae68eb9cee78edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)