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 | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | 辣ス髏・O | 11100111100001011011110111101001100100001010010101001111 | e785bde990a54f |
| EUC-JP | 辣ス髏・O | 111011011110010110001110101111011111000111110000100011101010010101001111 | ede58ebdf1f08ea54f |
| UTF-8 | 辣ス髏・O | 11101000101111101010001111101111101111011011110111101001101010111000111111101111101111011010010101001111 | e8bea3efbdbde9ab8fefbda54f |
| UHC | 辣???O | 110101011011100000111111001111110011111101001111 | d5b83f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)