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Û¼ûQÛ¼^ | 111110110101000111011011101111001111101101010001110110111011110001011110 | fb51dbbcfb51dbbc5e |
SJIS-WIN | ?Q???Q??^ | 001111110101000100111111001111110011111101010001001111110011111101011110 | 3f513f3f3f513f3f5e |
EUC-JP | ûQÛ?ûQÛ?^ | 1000111110101011111001010101000110001111101010101110010100111111100011111010101111100101010100011000111110101010111001010011111101011110 | 8fabe5518faae53f8fabe5518faae53f5e |
UTF-8 | ûQÛ¼ûQÛ¼^ | 110000111011101101010001110000111001101111000010101111001100001110111011010100011100001110011011110000101011110001011110 | c3bb51c39bc2bcc3bb51c39bc2bc5e |
UHC | ?Q?¼?Q?¼^ | 0011111101010001001111111010100011111001001111110101000100111111101010001111100101011110 | 3f513fa8f93f513fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)