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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?蔡?B | 0011111111100100111011110011111101000010 | 3fe4ef3f42 |
EUC-JP | ?蔡?B | 0011111111101000111100010011111101000010 | 3fe8f13f42 |
UTF-8 | 롛蔡롎B | 11101011101000011001101111101000100101001010000111101011101000011000111001000010 | eba19be894a1eba18e42 |
UHC | 롛蔡롎B | 10001110110111111111001111111001100011101101010001000010 | 8edff3f98ed442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)