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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 摯?跏 | 1001110110010101001111111110011011100110 | 9d953fe6e6 |
EUC-JP | 摯?跏 | 1101100111110101001111111110110011101000 | d9f53fece8 |
UTF-8 | 摯흣跏 | 111001101001000110101111111011011001110110100011111010001011011110001111 | e691afed9da3e8b78f |
UHC | 摯흣跏 | 111100101010011111001000111011101100101010111010 | f2a7c8eecaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)