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 | 1011111110110100011011110100001001000110 | bfb46f4246 |
SJIS-WIN | ?´oBF | 001111111000000101001100011011110100001001000110 | 3f814c6f4246 |
EUC-JP | ¿´oBF | 1000111110100010110001001010000110101101011011110100001001000110 | 8fa2c4a1ad6f4246 |
UTF-8 | ¿´oBF | 11000010101111111100001010110100011011110100001001000110 | c2bfc2b46f4246 |
UHC | ¿´oBF | 10100010101011111010001010100101011011110100001001000110 | a2afa2a56f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)