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àø^ | 1001101001010001111000001111100001011110 | 9a51e0f85e |
SJIS-WIN | ?Q??^ | 0011111101010001001111110011111101011110 | 3f513f3f5e |
EUC-JP | ?Qàø^ | 001111110101000110001111101010111010001010001111101010011100110001011110 | 3f518faba28fa9cc5e |
UTF-8 | Qàø^ | 1100001010011010010100011100001110100000110000111011100001011110 | c29a51c3a0c3b85e |
UHC | ?Q?ø^ | 001111110101000100111111101010011010101001011110 | 3f513fa9aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)