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 | ¢¡¢æ^ | 1010001010100001101000101110011001011110 | a2a1a2e65e |
SJIS-WIN | ¢?¢?^ | 10000001100100010011111110000001100100010011111101011110 | 81913f81913f5e |
EUC-JP | ¢¡¢æ^ | 1010000111110001100011111010001011000010101000011111000110001111101010011100000101011110 | a1f18fa2c2a1f18fa9c15e |
UTF-8 | ¢¡¢æ^ | 110000101010001011000010101000011100001010100010110000111010011001011110 | c2a2c2a1c2a2c3a65e |
UHC | ?¡?æ^ | 00111111101000101010111000111111101010011010000101011110 | 3fa2ae3fa9a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)