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^ | 001111110011111100111111001111110100111101011110 | 3f3f3f3f4f5e |
| SJIS-WIN | 嘆旦村尊O^ | 10010010010100011001001001010101100100011011101010010001101110000100111101011110 | 9251925591ba91b84f5e |
| EUC-JP | 嘆旦村尊O^ | 11000011101100101100001110110110110000101011110011000010101110100100111101011110 | c3b2c3b6c2bcc2ba4f5e |
| UTF-8 | 嘆旦村尊O^ | 1110010110011000100001101110011010010111101001101110011010011101100100011110010110110000100010100100111101011110 | e59886e697a6e69d91e5b08a4f5e |
| UHC | 嘆旦村尊O^ | 11110111101000111101001110101001111101011011110111110000111011100100111101011110 | f7a3d3a9f5bdf0ee4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)