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¥KºB | 100100100101000110010001101001011001001001001011100100011011101001000010 | 925191a5924b91ba42 |
SJIS-WIN | ?Q?¥?K??B | 00111111010100010011111110000001100011110011111101001011001111110011111101000010 | 3f513f818f3f4b3f3f42 |
EUC-JP | ?Q???K?ºB | 0011111101010001001111110011111100111111010010110011111110001111101000101110101101000010 | 3f513f3f3f4b3f8fa2eb42 |
UTF-8 | Q¥KºB | 110000101001001001010001110000101001000111000010101001011100001010010010010010111100001010010001110000101011101001000010 | c29251c291c2a5c2924bc291c2ba42 |
UHC | ?Q???K?ºB | 00111111010100010011111100111111001111110100101100111111101010001010110001000010 | 3f513f3f3f4b3fa8ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)