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 | ªª¢ | 1000111110101010101010101000111110100010 | 8faaaa8fa2 |
SJIS-WIN | ????¢ | 001111110011111100111111001111111000000110010001 | 3f3f3f3f8191 |
EUC-JP | ?ªª?¢ | 00111111100011111010001011101100100011111010001011101100001111111010000111110001 | 3f8fa2ec8fa2ec3fa1f1 |
UTF-8 | ªª¢ | 11000010100011111100001010101010110000101010101011000010100011111100001010100010 | c28fc2aac2aac28fc2a2 |
UHC | ?ªª?? | 00111111101010001010001110101000101000110011111100111111 | 3fa8a3a8a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)