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 | íñ×± | 11101101111100011101011110110001 | edf1d7b1 |
SJIS-WIN | ??×± | 001111110011111110000001011111101000000101111101 | 3f3f817e817d |
EUC-JP | íñ×± | 10001111101010111011111110001111101010111101000010100001110111111010000111011110 | 8fabbf8fabd0a1dfa1de |
UTF-8 | íñ×± | 1100001110101101110000111011000111000011100101111100001010110001 | c3adc3b1c397c2b1 |
UHC | ??×± | 001111110011111110100001101111111010000110111110 | 3f3fa1bfa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)