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 | 宵粹ォエ | 100011111010101011100010111011011010101110110100 | 8faae2edabb4 |
| EUC-JP | 宵粹ォエ | 1011111010101100111001001110111110001110101010111000111010110100 | beace4ef8eab8eb4 |
| UTF-8 | 宵粹ォエ | 111001011010111010110101111001111011001010111001111011111011110110101011111011111011110110110100 | e5aeb5e7b2b9efbdabefbdb4 |
| UHC | 宵粹?? | 111000011011001011100010101101100011111100111111 | e1b2e2b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)