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 | GV | 100100100100011101010110 | 924756 |
SJIS-WIN | ?GV | 001111110100011101010110 | 3f4756 |
EUC-JP | ?GV | 001111110100011101010110 | 3f4756 |
UTF-8 | GV | 11000010100100100100011101010110 | c2924756 |
UHC | ?GV | 001111110100011101010110 | 3f4756 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)