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 | 100100101111010100111111001111110011111101000010 | 92f53f3f3f42 |
EUC-JP | 禎?獐?B | 1100010011110111001111111000111111001011101110100011111101000010 | c4f73f8fcbba3f42 |
UTF-8 | 禎렦獐렏B | 11100111101001101000111011101011101000001010011011100111100011011001000011101011101000001000111101000010 | e7a68eeba0a6e78d90eba08f42 |
UHC | 禎렦獐렏B | 111011111110111010001110101101011110110111101111100011101010010101000010 | efee8eb5edef8ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)