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 | £¯¡³^ | 1010001110101111101000011011001101011110 | a3afa1b35e |
SJIS-WIN | £???^ | 100000011001001000111111001111110011111101011110 | 81923f3f3f5e |
EUC-JP | £¯¡?^ | 10100001111100101000111110100010101101001000111110100010110000100011111101011110 | a1f28fa2b48fa2c23f5e |
UTF-8 | £¯¡³^ | 110000101010001111000010101011111100001010100001110000101011001101011110 | c2a3c2afc2a1c2b35e |
UHC | ??¡³^ | 00111111001111111010001010101110101010011111100001011110 | 3f3fa2aea9f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)