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 | í÷ÜéÕ | 1110110111110111110111001110100111010101 | edf7dce9d5 |
SJIS-WIN | ?÷??? | 001111111000000110000000001111110011111100111111 | 3f81803f3f3f |
EUC-JP | í÷ÜéÕ | 1000111110101011101111111010000111100000100011111010101011100100100011111010101110110001100011111010101011011000 | 8fabbfa1e08faae48fabb18faad8 |
UTF-8 | í÷ÜéÕ | 11000011101011011100001110110111110000111001110011000011101010011100001110010101 | c3adc3b7c39cc3a9c395 |
UHC | ?÷??? | 001111111010000111000000001111110011111100111111 | 3fa1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)