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 | 荳栲荳桀^ | 111001001011100010011110011111011110010010111000100111100111101101011110 | e4b89e7de4b89e7b5e |
EUC-JP | 荳栲荳桀^ | 111010001011101011011011110111101110100010111010110110111101110001011110 | e8badbdee8badbdc5e |
UTF-8 | 荳栲荳桀^ | 11101000100011011011001111100110101000001011001011101000100011011011001111100110101000011000000001011110 | e88db3e6a0b2e88db3e6a1805e |
UHC | 荳?荳桀^ | 1101010011100101001111111101010011100101110010111111101001011110 | d4e53fd4e5cbfa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)