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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 曺賚h | 111100011110010011110101101010111111101011011110111001101100110101101000 | f1e4f5abfadee6cd68 |
EUC-JP | ??曺賚h | 0011111100111111100011111100001011101101111011001100111101101000 | 3f3f8fc2edeccf68 |
UTF-8 | 曺賚h | 11101110100001011001111111101110100100001001011011100110100110111011101011101000101100111001101001101000 | ee859fee9096e69bbae8b39a68 |
UHC | ??曺賚h | 00111111001111111111000011000110110101101111001001101000 | 3f3ff0c6d6f268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)