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 | ò¨®p^ | 111100101010100010001110101011100111000001011110 | f2a88eae705e |
| SJIS-WIN | ?¨??p^ | 00111111100000010100111000111111001111110111000001011110 | 3f814e3f3f705e |
| EUC-JP | ò¨?®p^ | 1000111110101011110100101010000110101111001111111000111110100010111011100111000001011110 | 8fabd2a1af3f8fa2ee705e |
| UTF-8 | ò¨®p^ | 11000011101100101100001010101000110000101000111011000010101011100111000001011110 | c3b2c2a8c28ec2ae705e |
| UHC | ?¨?®p^ | 0011111110100001101001110011111110100010111001110111000001011110 | 3fa1a73fa2e7705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)