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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 族?中?B | 10010001101100000011111110010010100001100011111101000010 | 91b03f92863f42 |
EUC-JP | 族?中?B | 11000010101100100011111111000011111001100011111101000010 | c2b23fc3e63f42 |
UTF-8 | 族렏中렏B | 11100110100101111000111111101011101000001000111111100100101110001010110111101011101000001000111101000010 | e6978feba08fe4b8adeba08f42 |
UHC | 族렏中렏B | 111100001110100110001110101001011111000111101001100011101010010101000010 | f0e98ea5f1e98ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)