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 | ¾ø¹ | 1011111011111000100011111011100110101101 | bef88fb9ad |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ø??? | 00111111100011111010100111001100001111110011111100111111 | 3f8fa9cc3f3f3f |
UTF-8 | ¾ø¹ | 11000010101111101100001110111000110000101000111111000010101110011100001010101101 | c2bec3b8c28fc2b9c2ad |
UHC | ¾ø?¹ | 101010001111101010101001101010100011111110101001111101101010000110101001 | a8faa9aa3fa9f6a1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)