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çQ] | 100000010110011010000001111001110101000101011101 | 816681e7515d |
SJIS-WIN | ?f??Q] | 001111110110011000111111001111110101000101011101 | 3f663f3f515d |
EUC-JP | ?f?çQ] | 0011111101100110001111111000111110101011101011100101000101011101 | 3f663f8fabae515d |
UTF-8 | fçQ] | 110000101000000101100110110000101000000111000011101001110101000101011101 | c28166c281c3a7515d |
UHC | ?f??Q] | 001111110110011000111111001111110101000101011101 | 3f663f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)