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 | ?????rB | 00111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f7242 |
SJIS-WIN | シ闔ケ辞rB | 11110000101100111011110011101000100011101011100110001110101010110111001001000010 | f0b3bce88eb98eab7242 |
EUC-JP | ?シ闔ケ辞rB | 0011111110001110101111001110111111101110100011101011100110111100101011010111001001000010 | 3f8ebcefee8eb9bcad7242 |
UTF-8 | シ闔ケ辞rB | 1110111010000001101100101110111110111101101111001110100110010111100101001110111110111101101110011110100010111110100111100111001001000010 | ee81b2efbdbce99794efbdb9e8be9e7242 |
UHC | ??闔??rB | 0011111100111111111110011110111100111111001111110111001001000010 | 3f3ff9ef3f3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)