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 | ?pG | 001111110111000001000111 | 3f7047 |
SJIS-WIN | ?pG | 001111110111000001000111 | 3f7047 |
EUC-JP | ?pG | 001111110111000001000111 | 3f7047 |
UTF-8 | 묪pG | 1110101110101100101010100111000001000111 | ebacaa7047 |
UHC | 묪pG | 10010010010000100111000001000111 | 92427047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)