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¼~ | 1100001010010010010100011100001010010001110000101011110001111110 | c29251c291c2bc7e |
SJIS-WIN | ??Q????~ | 0011111100111111010100010011111100111111001111110011111101111110 | 3f3f513f3f3f3f7e |
EUC-JP | Â?QÂ?Â?~ | 1000111110101010101001000011111101010001100011111010101010100100001111111000111110101010101001000011111101111110 | 8faaa43f518faaa43f8faaa43f7e |
UTF-8 | ÂQ¼~ | 1100001110000010110000101001001001010001110000111000001011000010100100011100001110000010110000101011110001111110 | c382c29251c382c291c382c2bc7e |
UHC | ??Q???¼~ | 001111110011111101010001001111110011111100111111101010001111100101111110 | 3f3f513f3f3fa8f97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)