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 | 映с?釗?? | 100010010110011010000100100000110011111111111011101110110011111100111111 | 896684833ffbbb3f3f |
| EUC-JP | 映с?釗?? | 10110001110001111010011111100011001111111000111111100011101001100011111100111111 | b1c7a7e33f8fe3a63f3f |
| UTF-8 | 映с꺂釗곮짔 | 1110011010011000101000001101000110000001111010101011101010000010111010011000011110010111111010101011001110101110111011001010011110010100 | e698a0d181eaba82e98797eab3aeeca794 |
| UHC | 映с꺂釗곮짔 | 111001111011000110101100111000111000001110101011111000011111001010000001111010001010001110011101 | e7b1ace383abe1f281e8a39d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)