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 | ¢¹¢¹^ | 1010001010111001101000101011100101011110 | a2b9a2b95e |
SJIS-WIN | ¢?¢?^ | 10000001100100010011111110000001100100010011111101011110 | 81913f81913f5e |
EUC-JP | ¢?¢?^ | 10100001111100010011111110100001111100010011111101011110 | a1f13fa1f13f5e |
UTF-8 | ¢¹¢¹^ | 110000101010001011000010101110011100001010100010110000101011100101011110 | c2a2c2b9c2a2c2b95e |
UHC | ?¹?¹^ | 00111111101010011111011000111111101010011111011001011110 | 3fa9f63fa9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)