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 | ðïÓ£wh | 111100001110111111010011101000110111011101101000 | f0efd3a37768 |
SJIS-WIN | ???£wh | 00111111001111110011111110000001100100100111011101101000 | 3f3f3f81927768 |
EUC-JP | ðïÓ£wh | 10001111101010011100001110001111101010111100000110001111101010101101000110100001111100100111011101101000 | 8fa9c38fabc18faad1a1f27768 |
UTF-8 | ðïÓ£wh | 11000011101100001100001110101111110000111001001111000010101000110111011101101000 | c3b0c3afc393c2a37768 |
UHC | ð???wh | 10101001101000110011111100111111001111110111011101101000 | a9a33f3f3f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)