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 | 111001000110100000111111001111110011111101000010 | e4683f3f3f42 |
EUC-JP | 臧???B | 111001111100100100111111001111110011111101000010 | e7c93f3f3f42 |
UTF-8 | 臧렎諪렱B | 11101000100001111010011111101011101000001000111011101000101010111010101011101011101000001011000101000010 | e887a7eba08ee8abaaeba0b142 |
UHC | 臧렎諪렱B | 111011011111010110001110101001001110111111110101100011101011111001000010 | edf58ea4eff58ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)