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 | 映с?釗? | 1000100101100110100001001000001100111111111110111011101100111111 | 896684833ffbbb3f |
| EUC-JP | 映с?釗? | 101100011100011110100111111000110011111110001111111000111010011000111111 | b1c7a7e33f8fe3a63f |
| UTF-8 | 映с꺂釗곮 | 1110011010011000101000001101000110000001111010101011101010000010111010011000011110010111111010101011001110101110 | e698a0d181eaba82e98797eab3ae |
| UHC | 映с꺂釗곮 | 11100111101100011010110011100011100000111010101111100001111100101000000111101000 | e7b1ace383abe1f281e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)