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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ?盞寡E | 001111111110000110110101100010011100011101000101 | 3fe1b589c745 |
EUC-JP | ?盞寡E | 001111111110001010110111101100101100100101000101 | 3fe2b7b2c945 |
UTF-8 | 뤳盞寡E | 11101011101001001011001111100111100110111001111011100101101011111010000101000101 | eba4b3e79b9ee5afa145 |
UHC | 뤳盞寡E | 10001111111000011110110111010011110011011111101101000101 | 8fe1edd3cdfb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)