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 | í³aíb | 1110110110011000101100110110000111101101100110001001100001100010 | ed98b361ed989862 |
SJIS-WIN | ???a???b | 0011111100111111001111110110000100111111001111110011111101100010 | 3f3f3f613f3f3f62 |
EUC-JP | í??aí??b | 100011111010101110111111001111110011111101100001100011111010101110111111001111110011111101100010 | 8fabbf3f3f618fabbf3f3f62 |
UTF-8 | í³aíb | 1100001110101101110000101001100011000010101100110110000111000011101011011100001010011000110000101001100001100010 | c3adc298c2b361c3adc298c29862 |
UHC | ??³a???b | 001111110011111110101001111110000110000100111111001111110011111101100010 | 3f3fa9f8613f3f3f62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)