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 | 髮急髮宮^ | 111010011001101110001011011111011110100110011011100010110111101101011110 | e99b8b7de99b8b7b5e |
EUC-JP | 髮急髮宮^ | 111100011111101110110101110111101111000111111011101101011101110001011110 | f1fbb5def1fbb5dc5e |
UTF-8 | 髮急髮宮^ | 11101001101010111010111011100110100000001010010111101001101010111010111011100101101011101010111001011110 | e9abaee680a5e9abaee5aeae5e |
UHC | 髮急髮宮^ | 110110111010010111010000111000011101101110100101110011111110000001011110 | dba5d0e1dba5cfe05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)