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 | ¼Ä§»^ | 10111100110001001000111010100111100011101011101101011110 | bcc48ea78ebb5e |
| SJIS-WIN | ???§??^ | 0011111100111111001111111000000110011000001111110011111101011110 | 3f3f3f81983f3f5e |
| EUC-JP | ?Ä?§??^ | 00111111100011111010101010100011001111111010000111111000001111110011111101011110 | 3f8faaa33fa1f83f3f5e |
| UTF-8 | ¼Ä§»^ | 11000010101111001100001110000100110000101000111011000010101001111100001010001110110000101011101101011110 | c2bcc384c28ec2a7c28ec2bb5e |
| UHC | ¼??§??^ | 101010001111100100111111001111111010000111010111001111110011111101011110 | a8f93f3fa1d73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)