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?F}vB | 001111110100011001111101011101100011111101000110011111010111011001000010 | 3f467d763f467d7642 |
SJIS-WIN | 蝗F}v蝗F}vB | 1110010110011011010001100111110101110110111001011001101101000110011111010111011001000010 | e59b467d76e59b467d7642 |
EUC-JP | 蝗F}v蝗F}vB | 1110100111111011010001100111110101110110111010011111101101000110011111010111011001000010 | e9fb467d76e9fb467d7642 |
UTF-8 | 蝗F}v蝗F}vB | 11101000100111011001011101000110011111010111011011101000100111011001011101000110011111010111011001000010 | e89d97467d76e89d97467d7642 |
UHC | 蝗F}v蝗F}vB | 1111110011011001010001100111110101110110111111001101100101000110011111010111011001000010 | fcd9467d76fcd9467d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)