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 | í÷ÑÉí÷ | 111011011111011111010001110010011110110111110111 | edf7d1c9edf7 |
SJIS-WIN | ?÷???÷ | 0011111110000001100000000011111100111111001111111000000110000000 | 3f81803f3f3f8180 |
EUC-JP | í÷ÑÉí÷ | 10001111101010111011111110100001111000001000111110101010110100001000111110101010101100011000111110101011101111111010000111100000 | 8fabbfa1e08faad08faab18fabbfa1e0 |
UTF-8 | í÷ÑÉí÷ | 110000111010110111000011101101111100001110010001110000111000100111000011101011011100001110110111 | c3adc3b7c391c389c3adc3b7 |
UHC | ?÷???÷ | 0011111110100001110000000011111100111111001111111010000111000000 | 3fa1c03f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)