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 | A¶A¶^ | 100100010100000110011110101101101001000101000001100111101011011001011110 | 91419eb691419eb65e |
| SJIS-WIN | ?A?¶?A?¶^ | 0011111101000001001111111000000111110111001111110100000100111111100000011111011101011110 | 3f413f81f73f413f81f75e |
| EUC-JP | ?A?¶?A?¶^ | 0011111101000001001111111010001011111001001111110100000100111111101000101111100101011110 | 3f413fa2f93f413fa2f95e |
| UTF-8 | A¶A¶^ | 110000101001000101000001110000101001111011000010101101101100001010010001010000011100001010011110110000101011011001011110 | c29141c29ec2b6c29141c29ec2b65e |
| UHC | ?A?¶?A?¶^ | 0011111101000001001111111010001011010010001111110100000100111111101000101101001001011110 | 3f413fa2d23f413fa2d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)