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 | 001111110101111001000111 | 3f5e47 |
SJIS-WIN | ?^G | 001111110101111001000111 | 3f5e47 |
EUC-JP | ?^G | 001111110101111001000111 | 3f5e47 |
UTF-8 | ᳚^G | 1110000110110011100110100101111001000111 | e1b39a5e47 |
UHC | ?^G | 001111110101111001000111 | 3f5e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)