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 | 1000101111001010111000101011010001110110 | 8bcae2b476 |
SJIS-WIN | ???´v | 001111110011111100111111100000010100110001110110 | 3f3f3f814c76 |
EUC-JP | ?Êâ´v | 00111111100011111010101010110100100011111010101110100100101000011010110101110110 | 3f8faab48faba4a1ad76 |
UTF-8 | Êâ´v | 110000101000101111000011100010101100001110100010110000101011010001110110 | c28bc38ac3a2c2b476 |
UHC | ???´v | 001111110011111100111111101000101010010101110110 | 3f3f3fa2a576 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)