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 | ? | 00111111 | 3f |
SJIS-WIN | 鄧 | 1111101110111001 | fbb9 |
EUC-JP | 鄧 | 100011111110001011000111 | 8fe2c7 |
UTF-8 | 鄧 | 111010011000010010100111 | e984a7 |
UHC | 鄧 | 1101010011111000 | d4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)