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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鄧柚 | 11111011101110011001011101001101 | fbb9974d |
EUC-JP | 鄧柚 | 1000111111100010110001111100110110101110 | 8fe2c7cdae |
UTF-8 | 鄧柚 | 111010011000010010100111111001101001111110011010 | e984a7e69f9a |
UHC | 鄧柚 | 11010100111110001110101011110110 | d4f8eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)