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 | QZBYK¹ | 100100100101000110010010010110101001001001000010100100100101100110010010010010111001000110111001 | 9251925a92429259924b91b9 |
SJIS-WIN | ?Q?Z?B?Y?K?? | 001111110101000100111111010110100011111101000010001111110101100100111111010010110011111100111111 | 3f513f5a3f423f593f4b3f3f |
EUC-JP | ?Q?Z?B?Y?K?? | 001111110101000100111111010110100011111101000010001111110101100100111111010010110011111100111111 | 3f513f5a3f423f593f4b3f3f |
UTF-8 | QZBYK¹ | 11000010100100100101000111000010100100100101101011000010100100100100001011000010100100100101100111000010100100100100101111000010100100011100001010111001 | c29251c2925ac29242c29259c2924bc291c2b9 |
UHC | ?Q?Z?B?Y?K?¹ | 00111111010100010011111101011010001111110100001000111111010110010011111101001011001111111010100111110110 | 3f513f5a3f423f593f4b3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)