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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?〔] | 00111111100000010110101101011101 | 3f816b5d |
EUC-JP | 瀣〔] | 100011111100100110110001101000011100110001011101 | 8fc9b1a1cc5d |
UTF-8 | 瀣〔] | 11100111100000001010001111100011100000001001010001011101 | e780a3e380945d |
UHC | 瀣〔] | 1111101010101110101000011011001001011101 | faaea1b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)