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à^ | 11100001011011111110000001011110 | e16fe05e |
SJIS-WIN | ?o?^ | 00111111011011110011111101011110 | 3f6f3f5e |
EUC-JP | áoà^ | 1000111110101011101000010110111110001111101010111010001001011110 | 8faba16f8faba25e |
UTF-8 | áoà^ | 110000111010000101101111110000111010000001011110 | c3a16fc3a05e |
UHC | ?o?^ | 00111111011011110011111101011110 | 3f6f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)