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 | 0011111100111111100010011100011101000101 | 3f3f89c745 |
EUC-JP | ?俠寡E | 00111111100011111011000111000010101100101100100101000101 | 3f8fb1c2b2c945 |
UTF-8 | 뤳俠寡E | 11101011101001001011001111100100101111111010000011100101101011111010000101000101 | eba4b3e4bfa0e5afa145 |
UHC | 뤳俠寡E | 10001111111000011111101011101111110011011111101101000101 | 8fe1faefcdfb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)