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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鄧㌍鄧㌍B | 111110111011100110000111011010011111101110111001100001110110100101000010 | fbb98769fbb9876942 |
EUC-JP | 鄧?鄧?B | 100011111110001011000111001111111000111111100010110001110011111101000010 | 8fe2c73f8fe2c73f42 |
UTF-8 | 鄧㌍鄧㌍B | 11101001100001001010011111100011100011001000110111101001100001001010011111100011100011001000110101000010 | e984a7e38c8de984a7e38c8d42 |
UHC | 鄧?鄧?B | 11010100111110000011111111010100111110000011111101000010 | d4f83fd4f83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)