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 | 訂?窪狡?窪 | 10010010111110010011111110001100010001011110000011000010001111111000110001000101 | 92f93f8c45e0c23f8c45 |
| EUC-JP | 訂?窪狡?窪 | 11000100111110110011111110110111101001101110000011000100001111111011011110100110 | c4fb3fb7a6e0c43fb7a6 |
| UTF-8 | 訂렦窪狡횅窪 | 111010001010100010000010111010111010000010100110111001111010101010101010111001111000101110100001111011011001101010000101111001111010101010101010 | e8a882eba0a6e7aaaae78ba1ed9a85e7aaaa |
| UHC | 訂렦窪狡횅窪 | 111011111111010010001110101101011110100011000001110011101110101011001000101101111110100011000001 | eff48eb5e8c1ceeac8b7e8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)