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 | ?QV | 001111110101000101010110 | 3f5156 |
SJIS-WIN | ?QV | 001111110101000101010110 | 3f5156 |
EUC-JP | ?QV | 001111110101000101010110 | 3f5156 |
UTF-8 | 묬QV | 1110101110101100101011000101000101010110 | ebacac5156 |
UHC | 묬QV | 10010010010000110101000101010110 | 92435156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)