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 | èäÏ` | 100101011110100011100100110011111000001101100000 | 95e8e4cf8360 |
SJIS-WIN | ?????` | 001111110011111100111111001111110011111101100000 | 3f3f3f3f3f60 |
EUC-JP | ?èäÏ?` | 001111111000111110101011101100101000111110101011101000111000111110101010110000010011111101100000 | 3f8fabb28faba38faac13f60 |
UTF-8 | èäÏ` | 1100001010010101110000111010100011000011101001001100001110001111110000101000001101100000 | c295c3a8c3a4c38fc28360 |
UHC | ?????` | 001111110011111100111111001111110011111101100000 | 3f3f3f3f3f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)