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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 衙煙h | 1110010111001001100010011000110001101000 | e5c9898c68 |
EUC-JP | 衙煙h | 1110101011001011101100011110110001101000 | eacbb1ec68 |
UTF-8 | 衙煙h | 11101000101000011001100111100111100001011001100101101000 | e8a199e7859968 |
UHC | 衙煙h | 1110010010110111111001101101010101101000 | e4b7e6d568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)