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 | ?????z | 001111110011111100111111001111110011111101111010 | 3f3f3f3f3f7a |
SJIS-WIN | 隹キ騾滓椙z | 11101000101100001011011111101001100000001001111111100110100100001001101001111010 | e8b0b7e9809fe6909a7a |
EUC-JP | 隹キ騾滓椙z | 1111000010110010100011101011011111110001111000001101111011101000101111111111101001111010 | f0b28eb7f1e0dee8bffa7a |
UTF-8 | 隹キ騾滓椙z | 11101001100110101011100111101111101111011011011111101001101010001011111011100110101110111001001111100110101001001001100101111010 | e99ab9efbdb7e9a8bee6bb93e6a4997a |
UHC | ???滓?z | 00111111001111110011111111101110101010110011111101111010 | 3f3f3feeab3f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)