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 | pA | 100101010111000001000001 | 957041 |
SJIS-WIN | ?pA | 001111110111000001000001 | 3f7041 |
EUC-JP | ?pA | 001111110111000001000001 | 3f7041 |
UTF-8 | pA | 11000010100101010111000001000001 | c2957041 |
UHC | ?pA | 001111110111000001000001 | 3f7041 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)