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Í{^ | 1001010101010001100011001100110101111101100101010101000110001100110011010111101101011110 | 95518ccd7d95518ccd7b5e |
SJIS-WIN | ?Q??}?Q??{^ | 0011111101010001001111110011111101111101001111110101000100111111001111110111101101011110 | 3f513f3f7d3f513f3f7b5e |
EUC-JP | ?Q?Í}?Q?Í{^ | 001111110101000100111111100011111010101010111111011111010011111101010001001111111000111110101010101111110111101101011110 | 3f513f8faabf7d3f513f8faabf7b5e |
UTF-8 | QÍ}QÍ{^ | 1100001010010101010100011100001010001100110000111000110101111101110000101001010101010001110000101000110011000011100011010111101101011110 | c29551c28cc38d7dc29551c28cc38d7b5e |
UHC | ?Q??}?Q??{^ | 0011111101010001001111110011111101111101001111110101000100111111001111110111101101011110 | 3f513f3f7d3f513f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)