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 | «²¢´Y | 10001111101010111011001010001111101000101011010001011001 | 8fabb28fa2b459 |
SJIS-WIN | ????¢´Y | 001111110011111100111111001111111000000110010001100000010100110001011001 | 3f3f3f3f8191814c59 |
EUC-JP | ????¢´Y | 001111110011111100111111001111111010000111110001101000011010110101011001 | 3f3f3f3fa1f1a1ad59 |
UTF-8 | «²¢´Y | 11000010100011111100001010101011110000101011001011000010100011111100001010100010110000101011010001011001 | c28fc2abc2b2c28fc2a2c2b459 |
UHC | ??²??´Y | 001111110011111110101001111101110011111100111111101000101010010101011001 | 3f3fa9f73f3fa2a559 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)