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 | ???GB | 0011111100111111001111110100011101000010 | 3f3f3f4742 |
SJIS-WIN | ?依?GB | 001111111000100011001011001111110100011101000010 | 3f88cb3f4742 |
EUC-JP | ?依?GB | 001111111011000011001101001111110100011101000010 | 3fb0cd3f4742 |
UTF-8 | 렱依렶GB | 1110101110100000101100011110010010111110100111011110101110100000101101100100011101000010 | eba0b1e4be9deba0b64742 |
UHC | 렱依렶GB | 1000111010111110111010111110111010001110110000010100011101000010 | 8ebeebee8ec14742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)