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£¥¼ | 1001001001010001100100011010001110010001101001011001000110111100 | 925191a391a591bc |
SJIS-WIN | ?Q?£?¥?? | 00111111010100010011111110000001100100100011111110000001100011110011111100111111 | 3f513f81923f818f3f3f |
EUC-JP | ?Q?£???? | 001111110101000100111111101000011111001000111111001111110011111100111111 | 3f513fa1f23f3f3f3f |
UTF-8 | Q£¥¼ | 110000101001001001010001110000101001000111000010101000111100001010010001110000101010010111000010100100011100001010111100 | c29251c291c2a3c291c2a5c291c2bc |
UHC | ?Q?????¼ | 001111110101000100111111001111110011111100111111001111111010100011111001 | 3f513f3f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)