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 | í÷Ñ× | 11101101111101111101000111010111 | edf7d1d7 |
SJIS-WIN | ?÷?× | 001111111000000110000000001111111000000101111110 | 3f81803f817e |
EUC-JP | í÷Ñ× | 10001111101010111011111110100001111000001000111110101010110100001010000111011111 | 8fabbfa1e08faad0a1df |
UTF-8 | í÷Ñ× | 1100001110101101110000111011011111000011100100011100001110010111 | c3adc3b7c391c397 |
UHC | ?÷?× | 001111111010000111000000001111111010000110111111 | 3fa1c03fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)