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 | ????r^ | 001111110011111100111111001111110111001001011110 | 3f3f3f3f725e |
| SJIS-WIN | 丹旦村尊r^ | 10010010010011111001001001010101100100011011101010010001101110000111001001011110 | 924f925591ba91b8725e |
| EUC-JP | 丹旦村尊r^ | 11000011101100001100001110110110110000101011110011000010101110100111001001011110 | c3b0c3b6c2bcc2ba725e |
| UTF-8 | 丹旦村尊r^ | 1110010010111000101110011110011010010111101001101110011010011101100100011110010110110000100010100111001001011110 | e4b8b9e697a6e69d91e5b08a725e |
| UHC | 丹旦村尊r^ | 11010011101000011101001110101001111101011011110111110000111011100111001001011110 | d3a1d3a9f5bdf0ee725e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)