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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 擒股擒股^ | 100111011010000010001100110100101001110110100000100011001101001001011110 | 9da08cd29da08cd25e |
EUC-JP | 擒股擒股^ | 110110101010001010111000110101001101101010100010101110001101010001011110 | daa2b8d4daa2b8d45e |
UTF-8 | 擒股擒股^ | 11100110100100111001001011101000100000101010000111100110100100111001001011101000100000101010000101011110 | e69392e882a1e69392e882a15e |
UHC | 擒股擒股^ | 110100001101001111001101110001101101000011010011110011011100011001011110 | d0d3cdc6d0d3cdc65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)