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 | 1011111010111000101000011011000101101000 | beb8a1b168 |
SJIS-WIN | ???±h | 001111110011111100111111100000010111110101101000 | 3f3f3f817d68 |
EUC-JP | ?¸¡±h | 00111111100011111010001010110001100011111010001011000010101000011101111001101000 | 3f8fa2b18fa2c2a1de68 |
UTF-8 | ¾¸¡±h | 110000101011111011000010101110001100001010100001110000101011000101101000 | c2bec2b8c2a1c2b168 |
UHC | ¾¸¡±h | 101010001111101010100010101011001010001010101110101000011011111001101000 | a8faa2aca2aea1be68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)