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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 蜊訂宙 | 111001011000110110010010111110011001001010001000 | e58d92f99288 |
| EUC-JP | 蜊訂宙 | 111010011110110111000100111110111100001111101000 | e9edc4fbc3e8 |
| UTF-8 | 蜊訂宙 | 111010001001110010001010111010001010100010000010111001011010111010011001 | e89c8ae8a882e5ae99 |
| UHC | ?訂宙 | 0011111111101111111101001111000110110101 | 3feff4f1b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)