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 | ëâ±ß | 11101011111000101011000111011111 | ebe2b1df |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | ëâ±ß | 1000111110101011101100111000111110101011101001001010000111011110100011111010100111001110 | 8fabb38faba4a1de8fa9ce |
UTF-8 | ëâ±ß | 1100001110101011110000111010001011000010101100011100001110011111 | c3abc3a2c2b1c39f |
UHC | ??±ß | 001111110011111110100001101111101010100110101100 | 3f3fa1bea9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)