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 | ¾²G | 1011111010101101100011101011001001000111 | bead8eb247 |
| SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
| EUC-JP | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
| UTF-8 | ¾²G | 110000101011111011000010101011011100001010001110110000101011001001000111 | c2bec2adc28ec2b247 |
| UHC | ¾?²G | 1010100011111010101000011010100100111111101010011111011101000111 | a8faa1a93fa9f747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)