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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 族嶝??傳 | 1001000110110000100110111101000100111111001111111001100101000010 | 91b09bd13f3f9942 |
EUC-JP | 族嶝??傳 | 1100001010110010110101101101001100111111001111111101000110100011 | c2b2d6d33f3fd1a3 |
UTF-8 | 族嶝렰렓傳 | 111001101001011110001111111001011011011010011101111010111010000010110000111010111010000010010011111001011000001010110011 | e6978fe5b69deba0b0eba093e582b3 |
UHC | 族嶝렰렓傳 | 11110000111010011101010011110001100011101011110110001110101010001110111011101110 | f0e9d4f18ebd8ea8eeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)