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??V | 001111110011111101010001001111110011111101010110 | 3f3f513f3f56 |
SJIS-WIN | ??Q??V | 001111110011111101010001001111110011111101010110 | 3f3f513f3f56 |
EUC-JP | ??Q??V | 001111110011111101010001001111110011111101010110 | 3f3f513f3f56 |
UTF-8 | 횂혯Q횄혻V | 1110110110011010100000101110110110011000101011110101000111101101100110101000010011101101100110001011101101010110 | ed9a82ed98af51ed9a84ed98bb56 |
UHC | 횂혯Q횄혻V | 11000011100000101100001010010110010100011100001110000011110000101010000001010110 | c382c29651c383c2a056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)