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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脂瘢擡 | 100011101000100111100001100011011001110110101010 | 8e89e18d9daa |
EUC-JP | 脂瘢擡 | 101110111110100111100001111011011101101010101100 | bbe9e1eddaac |
UTF-8 | 脂瘢擡 | 111010001000010010000010111001111001100010100010111001101001001110100001 | e88482e798a2e693a1 |
UHC | 脂瘢擡 | 111100101011011111011010111011101101001111100100 | f2b7daeed3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)