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 | 宵粹ェム | 100011111010101011100010111011011010101011010001 | 8faae2edaad1 |
| EUC-JP | 宵粹ェム | 1011111010101100111001001110111110001110101010101000111011010001 | beace4ef8eaa8ed1 |
| UTF-8 | 宵粹ェム | 111001011010111010110101111001111011001010111001111011111011110110101010111011111011111010010001 | e5aeb5e7b2b9efbdaaefbe91 |
| UHC | 宵粹?? | 111000011011001011100010101101100011111100111111 | e1b2e2b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)