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 | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
| SJIS-WIN | リチレヲ郤O | 11011000110000011101101010100110111001111011101001001111 | d8c1daa6e7ba4f |
| EUC-JP | リチレヲ郤O | 1000111011011000100011101100000110001110110110101000111010100110111011101011110001001111 | 8ed88ec18eda8ea6eebc4f |
| UTF-8 | リチレヲ郤O | 11101111101111101001100011101111101111101000000111101111101111101001101011101111101111011010011011101001100000111010010001001111 | efbe98efbe81efbe9aefbda6e983a44f |
| UHC | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)