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 | QOAVK¹ | 100100100101000110010010010011111001001001000001100100100101011010010010010010111001000110111001 | 9251924f92419256924b91b9 |
SJIS-WIN | ?Q?O?A?V?K?? | 001111110101000100111111010011110011111101000001001111110101011000111111010010110011111100111111 | 3f513f4f3f413f563f4b3f3f |
EUC-JP | ?Q?O?A?V?K?? | 001111110101000100111111010011110011111101000001001111110101011000111111010010110011111100111111 | 3f513f4f3f413f563f4b3f3f |
UTF-8 | QOAVK¹ | 11000010100100100101000111000010100100100100111111000010100100100100000111000010100100100101011011000010100100100100101111000010100100011100001010111001 | c29251c2924fc29241c29256c2924bc291c2b9 |
UHC | ?Q?O?A?V?K?¹ | 00111111010100010011111101001111001111110100000100111111010101100011111101001011001111111010100111110110 | 3f513f4f3f413f563f4b3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)