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 | ¼¸âê | 10111100101110001110001011101010 | bcb8e2ea |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?¸âê | 00111111100011111010001010110001100011111010101110100100100011111010101110110100 | 3f8fa2b18faba48fabb4 |
UTF-8 | ¼¸âê | 1100001010111100110000101011100011000011101000101100001110101010 | c2bcc2b8c3a2c3aa |
UHC | ¼¸?? | 101010001111100110100010101011000011111100111111 | a8f9a2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)