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 | ¼Æ¼¶^ | 1011110011000110101111001011011001011110 | bcc6bcb65e |
| SJIS-WIN | ???¶^ | 001111110011111100111111100000011111011101011110 | 3f3f3f81f75e |
| EUC-JP | ?Æ?¶^ | 0011111110001111101010011010000100111111101000101111100101011110 | 3f8fa9a13fa2f95e |
| UTF-8 | ¼Æ¼¶^ | 110000101011110011000011100001101100001010111100110000101011011001011110 | c2bcc386c2bcc2b65e |
| UHC | ¼Æ¼¶^ | 101010001111100110101000101000011010100011111001101000101101001001011110 | a8f9a8a1a8f9a2d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)