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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 鄧犠H | 1111101110111001100010110101110101001000 | fbb98b5d48 |
EUC-JP | 鄧犠H | 100011111110001011000111101101011011111001001000 | 8fe2c7b5be48 |
UTF-8 | 鄧犠H | 11101001100001001010011111100111100010101010000001001000 | e984a7e78aa048 |
UHC | 鄧?H | 11010100111110000011111101001000 | d4f83f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)