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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ??瀞?? | 001111110011111110010011110100100011111100111111 | 3f3f93d23f3f |
| EUC-JP | ??瀞?? | 001111110011111111000110110101000011111100111111 | 3f3fc6d43f3f |
| UTF-8 | 亐렕瀞펫횅 | 111001001011101010010000111010111010000010010101111001111000000010011110111011011000111010101011111011011001101010000101 | e4ba90eba095e7809eed8eabed9a85 |
| UHC | 亐렕瀞펫횅 | 11101010101001111000111010101010111011111110011111000110111010101100100010110111 | eaa78eaaefe7c6eac8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)