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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蠖「驫粗^ | 1110010110111101101000101110100110001010100100010110010101011110 | e5bda2e98a91655e |
EUC-JP | 蠖「驫粗^ | 111010101011111110001110101000101111000111101010110000011100011001011110 | eabf8ea2f1eac1c65e |
UTF-8 | 蠖「驫粗^ | 11101000101000001001011011101111101111011010001011101001101010011010101111100111101100101001011101011110 | e8a096efbda2e9a9abe7b2975e |
UHC | ???粗^ | 001111110011111100111111111100001101100001011110 | 3f3f3ff0d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)