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 | 10100010101011111010100110100011011011110100001001000110 | a2afa9a36f4246 |
SJIS-WIN | ¢??£oBF | 100000011001000100111111001111111000000110010010011011110100001001000110 | 81913f3f81926f4246 |
EUC-JP | ¢¯©£oBF | 10100001111100011000111110100010101101001000111110100010111011011010000111110010011011110100001001000110 | a1f18fa2b48fa2eda1f26f4246 |
UTF-8 | ¢¯©£oBF | 1100001010100010110000101010111111000010101010011100001010100011011011110100001001000110 | c2a2c2afc2a9c2a36f4246 |
UHC | ????oBF | 00111111001111110011111100111111011011110100001001000110 | 3f3f3f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)