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 | ÂHÂ@G | 11000010100100100100100011000010100100100100000001000111 | c29248c2924047 |
| SJIS-WIN | ??H??@G | 00111111001111110100100000111111001111110100000001000111 | 3f3f483f3f4047 |
| EUC-JP | Â?HÂ?@G | 1000111110101010101001000011111101001000100011111010101010100100001111110100000001000111 | 8faaa43f488faaa43f4047 |
| UTF-8 | ÂHÂ@G | 1100001110000010110000101001001001001000110000111000001011000010100100100100000001000111 | c382c29248c382c2924047 |
| UHC | ??H??@G | 00111111001111110100100000111111001111110100000001000111 | 3f3f483f3f4047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)