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 | á´v | 111000011011010001110110 | e1b476 |
SJIS-WIN | ?´v | 00111111100000010100110001110110 | 3f814c76 |
EUC-JP | á´v | 100011111010101110100001101000011010110101110110 | 8faba1a1ad76 |
UTF-8 | á´v | 1100001110100001110000101011010001110110 | c3a1c2b476 |
UHC | ?´v | 00111111101000101010010101110110 | 3fa2a576 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)