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 | ??~???B | 00111111001111110111111000111111001111110011111101000010 | 3f3f7e3f3f3f42 |
SJIS-WIN | ??~???B | 00111111001111110111111000111111001111110011111101000010 | 3f3f7e3f3f3f42 |
EUC-JP | ??~???B | 00111111001111110111111000111111001111110011111101000010 | 3f3f7e3f3f3f42 |
UTF-8 | 렺챈~렺쩡렞B | 1110101110100000101110101110110010110001100010000111111011101011101000001011101011101100101010011010000111101011101000001001111001000010 | eba0baecb1887eeba0baeca9a1eba09e42 |
UHC | 렺챈~렺쩡렞B | 100011101100001011000011101001100111111010001110110000101100001011000100100011101010111101000010 | 8ec2c3a67e8ec2c2c48eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)