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 | ãµQ | 111000111011010110001011100001111000101001010001 | e3b58b878a51 |
SJIS-WIN | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
EUC-JP | ã????Q | 1000111110101011101010100011111100111111001111110011111101010001 | 8fabaa3f3f3f3f51 |
UTF-8 | ãµQ | 1100001110100011110000101011010111000010100010111100001010000111110000101000101001010001 | c3a3c2b5c28bc287c28a51 |
UHC | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)