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È | 111001101101011110010111010100011001111111001000 | e6d797519fc8 |
SJIS-WIN | ?×?Q?? | 00111111100000010111111000111111010100010011111100111111 | 3f817e3f513f3f |
EUC-JP | æ×?Q?È | 1000111110101001110000011010000111011111001111110101000100111111100011111010101010110010 | 8fa9c1a1df3f513f8faab2 |
UTF-8 | æ×QÈ | 1100001110100110110000111001011111000010100101110101000111000010100111111100001110001000 | c3a6c397c29751c29fc388 |
UHC | æ×?Q?? | 1010100110100001101000011011111100111111010100010011111100111111 | a9a1a1bf3f513f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)