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 | ¢´\ | 101000101011010001011100 | a2b45c |
SJIS-WIN | ¢´\ | 1000000110010001100000010100110001011100 | 8191814c5c |
EUC-JP | ¢´\ | 1010000111110001101000011010110101011100 | a1f1a1ad5c |
UTF-8 | ¢´\ | 1100001010100010110000101011010001011100 | c2a2c2b45c |
UHC | ?´\ | 00111111101000101010010101011100 | 3fa2a55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)