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 | 祭槃?傳 | 10001101110101011001111011001111001111111001100101000010 | 8dd59ecf3f9942 |
| EUC-JP | 祭槃?傳 | 10111010110101111101110011010001001111111101000110100011 | bad7dcd13fd1a3 |
| UTF-8 | 祭槃커傳 | 111001111010010110101101111001101010011110000011111011001011101110100100111001011000001010110011 | e7a5ade6a783ecbba4e582b3 |
| UHC | 祭槃커傳 | 1111000010101110110110101110100111000100101111111110111011101110 | f0aedae9c4bfeeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)