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 | 鄧Ⅷ鄧Ⅷ^ | 111110111011100110000111010110111111101110111001100001110101101101011110 | fbb9875bfbb9875b5e |
EUC-JP | 鄧?鄧?^ | 100011111110001011000111001111111000111111100010110001110011111101011110 | 8fe2c73f8fe2c73f5e |
UTF-8 | 鄧Ⅷ鄧Ⅷ^ | 11101001100001001010011111100010100001011010011111101001100001001010011111100010100001011010011101011110 | e984a7e285a7e984a7e285a75e |
UHC | 鄧Ⅷ鄧Ⅷ^ | 110101001111100010100101101101111101010011111000101001011011011101011110 | d4f8a5b7d4f8a5b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)