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 | ??G??g | 001111110011111101000111001111110011111101100111 | 3f3f473f3f67 |
SJIS-WIN | ??G??g | 001111110011111101000111001111110011111101100111 | 3f3f473f3f67 |
EUC-JP | ??G??g | 001111110011111101000111001111110011111101100111 | 3f3f473f3f67 |
UTF-8 | 쒔렣G쒔렎g | 1110110010010010100101001110101110100000101000110100011111101100100100101001010011101011101000001000111001100111 | ec9294eba0a347ec9294eba08e67 |
UHC | 쒔렣G쒔렎g | 10111110101011011000111010110100010001111011111010101101100011101010010001100111 | bead8eb447bead8ea467 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)