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 | 0011111100111111001111110101000101010110 | 3f3f3f5156 |
SJIS-WIN | 轜翠勧QV | 1110011101111110100100001000100110001010101010010101000101010110 | e77e90898aa95156 |
EUC-JP | 轜翠勧QV | 1110110111011111101111111110100110110100101010110101000101010110 | eddfbfe9b4ab5156 |
UTF-8 | 轜翠勧QV | 1110100010111101100111001110011110111111101000001110010110001011101001110101000101010110 | e8bd9ce7bfa0e58ba75156 |
UHC | ?翠?QV | 001111111111011010101000001111110101000101010110 | 3ff6a83f5156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)