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 | 鼇??恁? | 11101010100001110011111100111111100111001000110000111111 | ea873f3f9c8c3f |
| EUC-JP | 鼇??恁? | 11110011111001110011111100111111110101111110110000111111 | f3e73f3fd7ec3f |
| UTF-8 | 鼇귡옩恁갃 | 111010011011110010000111111010101011011110100001111011001001100010101001111001101000000110000001111010101011000010000011 | e9bc87eab7a1ec98a9e68181eab083 |
| UHC | 鼇귡옩恁갃 | 11101000101010001000001011101001100111101010100011101100111101101000000101000010 | e8a882e99ea8ecf68142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)