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 | æO | 111001101000010010000010100010111000111001001111 | e684828b8e4f |
SJIS-WIN | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
EUC-JP | æ????O | 1000111110101001110000010011111100111111001111110011111101001111 | 8fa9c13f3f3f3f4f |
UTF-8 | æO | 1100001110100110110000101000010011000010100000101100001010001011110000101000111001001111 | c3a6c284c282c28bc28e4f |
UHC | æ????O | 10101001101000010011111100111111001111110011111101001111 | a9a13f3f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)