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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | ?靈?@B | 001111111110100011001011001111110100000001000010 | 3fe8cb3f4042 |
EUC-JP | ?靈?@B | 001111111111000011001101001111110100000001000010 | 3ff0cd3f4042 |
UTF-8 | 렻靈렧@B | 1110101110100000101110111110100110011101100010001110101110100000101001110100000001000010 | eba0bbe99d88eba0a74042 |
UHC | 렻靈렧@B | 1000111011000011110101101100010010001110101101100100000001000010 | 8ec3d6c48eb64042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)