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 | ácà¹^ | 1110000101100011111000001011100101011110 | e163e0b95e |
SJIS-WIN | ?c??^ | 0011111101100011001111110011111101011110 | 3f633f3f5e |
EUC-JP | ácà?^ | 100011111010101110100001011000111000111110101011101000100011111101011110 | 8faba1638faba23f5e |
UTF-8 | ácà¹^ | 1100001110100001011000111100001110100000110000101011100101011110 | c3a163c3a0c2b95e |
UHC | ?c?¹^ | 001111110110001100111111101010011111011001011110 | 3f633fa9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)