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^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
EUC-JP | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
UTF-8 | 쒔롌뤏쮱챢c^ | 1110110010010010100101001110101110100001100011001110101110100100100011111110110010101110101100011110110010110001101000100110001101011110 | ec9294eba18ceba48fecaeb1ecb1a2635e |
UHC | 쒔롌뤏쮱챢c^ | 101111101010110110001110110100101000111110111111101010001000111010101010011011100110001101011110 | bead8ed28fbfa88eaa6e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)