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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 宵モ宵蝪ュ召 | 10001111101010101101001110001111101010101110010110100001101011011000111110100010 | 8faad38faae5a1ad8fa2 |
| EUC-JP | 宵モ宵蝪ュ召 | 101111101010110010001110110100111011111010101100111010101010001110001110101011011011111010100100 | beac8ed3beaceaa38eadbea4 |
| UTF-8 | 宵モ宵蝪ュ召 | 111001011010111010110101111011111011111010010011111001011010111010110101111010001001110110101010111011111011110110101101111001011000111110101100 | e5aeb5efbe93e5aeb5e89daaefbdade58fac |
| UHC | 宵?宵??召 | 111000011011001000111111111000011011001000111111001111111110000110101111 | e1b23fe1b23f3fe1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)