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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 隹キ騾滓錐G | 11101000101100001011011111101001100000001001111111100110100100001000110101000111 | e8b0b7e9809fe6908d47 |
EUC-JP | 隹キ騾滓錐G | 1111000010110010100011101011011111110001111000001101111011101000101111111110110101000111 | f0b28eb7f1e0dee8bfed47 |
UTF-8 | 隹キ騾滓錐G | 11101001100110101011100111101111101111011011011111101001101010001011111011100110101110111001001111101001100011001001000001000111 | e99ab9efbdb7e9a8bee6bb93e98c9047 |
UHC | ???滓錐G | 0011111100111111001111111110111010101011111101011101111001000111 | 3f3f3feeabf5de47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)