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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 桎??^ | 1001111001111110001111110011111101011110 | 9e7e3f3f5e |
EUC-JP | 桎??^ | 1101101111011111001111110011111101011110 | dbdf3f3f5e |
UTF-8 | 桎롋렏^ | 11100110101000011000111011101011101000011000101111101011101000001000111101011110 | e6a18eeba18beba08f5e |
UHC | 桎롋렏^ | 11110010111011101000111011010001100011101010010101011110 | f2ee8ed18ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)