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 | ò¢°î | 11110010101000101011000011101110 | f2a2b0ee |
SJIS-WIN | ?¢°? | 001111111000000110010001100000011000101100111111 | 3f8191818b3f |
EUC-JP | ò¢°î | 10001111101010111101001010100001111100011010000111101011100011111010101111000010 | 8fabd2a1f1a1eb8fabc2 |
UTF-8 | ò¢°î | 1100001110110010110000101010001011000010101100001100001110101110 | c3b2c2a2c2b0c3ae |
UHC | ??°? | 0011111100111111101000011100011000111111 | 3f3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)