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 | 100100011011011011101000110110111001001101101000 | 91b6e8db9368 |
SJIS-WIN | ?¶???h | 00111111100000011111011100111111001111110011111101101000 | 3f81f73f3f3f68 |
EUC-JP | ?¶èÛ?h | 0011111110100010111110011000111110101011101100101000111110101010111001010011111101101000 | 3fa2f98fabb28faae53f68 |
UTF-8 | ¶èÛh | 1100001010010001110000101011011011000011101010001100001110011011110000101001001101101000 | c291c2b6c3a8c39bc29368 |
UHC | ?¶???h | 00111111101000101101001000111111001111110011111101101000 | 3fa2d23f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)