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 | æ]¯ | 111001100101110110001101100010111000111110101111 | e65d8d8b8faf |
SJIS-WIN | ?]???? | 001111110101110100111111001111110011111100111111 | 3f5d3f3f3f3f |
EUC-JP | æ]???¯ | 10001111101010011100000101011101001111110011111100111111100011111010001010110100 | 8fa9c15d3f3f3f8fa2b4 |
UTF-8 | æ]¯ | 1100001110100110010111011100001010001101110000101000101111000010100011111100001010101111 | c3a65dc28dc28bc28fc2af |
UHC | æ]???? | 10101001101000010101110100111111001111110011111100111111 | a9a15d3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)