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 | 鄧救 | 11111011101110011000101101111110 | fbb98b7e |
EUC-JP | 鄧救 | 1000111111100010110001111011010111011111 | 8fe2c7b5df |
UTF-8 | 鄧救 | 111010011000010010100111111001101001010110010001 | e984a7e69591 |
UHC | 鄧救 | 11010100111110001100111110101101 | d4f8cfad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)