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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 豐シ謨セB | 11100110101100101011110011100110100101011011111001000010 | e6b2bce695be42 |
EUC-JP | 豐シ謨セB | 111011001011010010001110101111001110101111110101100011101011111001000010 | ecb48ebcebf58ebe42 |
UTF-8 | 豐シ謨セB | 11101000101100011001000011101111101111011011110011101000101011001010100011101111101111011011111001000010 | e8b190efbdbce8aca8efbdbe42 |
UHC | ??謨?B | 001111110011111111011001110010000011111101000010 | 3f3fd9c83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)