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 | åߺ | 111001011101111110111010 | e5dfba |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | åߺ | 100011111010101110101001100011111010100111001110100011111010001011101011 | 8faba98fa9ce8fa2eb |
UTF-8 | åߺ | 110000111010010111000011100111111100001010111010 | c3a5c39fc2ba |
UHC | ?ߺ | 0011111110101001101011001010100010101100 | 3fa9aca8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)