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 | ¢¯¢ç^ | 1010001010101111101000101110011101011110 | a2afa2e75e |
SJIS-WIN | ¢?¢?^ | 10000001100100010011111110000001100100010011111101011110 | 81913f81913f5e |
EUC-JP | ¢¯¢ç^ | 1010000111110001100011111010001010110100101000011111000110001111101010111010111001011110 | a1f18fa2b4a1f18fabae5e |
UTF-8 | ¢¯¢ç^ | 110000101010001011000010101011111100001010100010110000111010011101011110 | c2a2c2afc2a2c3a75e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)