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 | 1001001011010101010001100111110101110110100100101101010101000110011111010111011001000010 | 92d5467d7692d5467d7642 |
EUC-JP | 鍔F}v鍔F}vB | 1100010011010111010001100111110101110110110001001101011101000110011111010111011001000010 | c4d7467d76c4d7467d7642 |
UTF-8 | 鍔F}v鍔F}vB | 11101001100011011001010001000110011111010111011011101001100011011001010001000110011111010111011001000010 | e98d94467d76e98d94467d7642 |
UHC | 鍔F}v鍔F}vB | 1110010011001000010001100111110101110110111001001100100001000110011111010111011001000010 | e4c8467d76e4c8467d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)