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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | ?繹H | 00111111111000111000100001001000 | 3fe38848 |
EUC-JP | ?繹H | 00111111111001011110100001001000 | 3fe5e848 |
UTF-8 | 뽧繹H | 11101011101111011010011111100111101110011011100101001000 | ebbda7e7b9b948 |
UHC | 뽧繹H | 1001011011100011111001101011101001001000 | 96e3e6ba48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)