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 | 鄧急鄧宮^ | 111110111011100110001011011111011111101110111001100010110111101101011110 | fbb98b7dfbb98b7b5e |
EUC-JP | 鄧急鄧宮^ | 1000111111100010110001111011010111011110100011111110001011000111101101011101110001011110 | 8fe2c7b5de8fe2c7b5dc5e |
UTF-8 | 鄧急鄧宮^ | 11101001100001001010011111100110100000001010010111101001100001001010011111100101101011101010111001011110 | e984a7e680a5e984a7e5aeae5e |
UHC | 鄧急鄧宮^ | 110101001111100011010000111000011101010011111000110011111110000001011110 | d4f8d0e1d4f8cfe05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)