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 | ?F?v | 00111111010001100011111101110110 | 3f463f76 |
SJIS-WIN | 鞦F犂v | 111010001110000101000110111000001011001001110110 | e8e146e0b276 |
EUC-JP | 鞦F犂v | 111100001110001101000110111000001011010001110110 | f0e346e0b476 |
UTF-8 | 鞦F犂v | 1110100110011110101001100100011011100111100010101000001001110110 | e99ea646e78a8276 |
UHC | ?F?v | 00111111010001100011111101110110 | 3f463f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)