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 | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | ??∮◇]H | 0011111100111111100001111001001110000001100111100101110101001000 | 3f3f8793819e5d48 |
EUC-JP | ???◇]H | 00111111001111110011111110100001111111100101110101001000 | 3f3f3fa1fe5d48 |
UTF-8 | 룶핊∮◇]H | 1110101110100011101101101110110110010101100010101110001010001000101011101110001010010111100001110101110101001000 | eba3b6ed958ae288aee297875d48 |
UHC | 룶핊∮◇]H | 10001111101010111100000010001111101000101011000110100001110111100101110101001000 | 8fabc08fa2b1a1de5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)