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 | ¶øoBF | 1011011011111000011011110100001001000110 | b6f86f4246 |
SJIS-WIN | ¶?oBF | 100000011111011100111111011011110100001001000110 | 81f73f6f4246 |
EUC-JP | ¶øoBF | 1010001011111001100011111010100111001100011011110100001001000110 | a2f98fa9cc6f4246 |
UTF-8 | ¶øoBF | 11000010101101101100001110111000011011110100001001000110 | c2b6c3b86f4246 |
UHC | ¶øoBF | 10100010110100101010100110101010011011110100001001000110 | a2d2a9aa6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)