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 | ào[ào[^ | 11100000011011110101101111100000011011110101101101011110 | e06f5be06f5b5e |
SJIS-WIN | ?o[?o[^ | 00111111011011110101101100111111011011110101101101011110 | 3f6f5b3f6f5b5e |
EUC-JP | ào[ào[^ | 1000111110101011101000100110111101011011100011111010101110100010011011110101101101011110 | 8faba26f5b8faba26f5b5e |
UTF-8 | ào[ào[^ | 110000111010000001101111010110111100001110100000011011110101101101011110 | c3a06f5bc3a06f5b5e |
UHC | ?o[?o[^ | 00111111011011110101101100111111011011110101101101011110 | 3f6f5b3f6f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)