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 | ̲»ä | 1000111111001100101100101011101111100100 | 8fccb2bbe4 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Ì??ä | 001111111000111110101010110000000011111100111111100011111010101110100011 | 3f8faac03f3f8faba3 |
UTF-8 | ̲»ä | 11000010100011111100001110001100110000101011001011000010101110111100001110100100 | c28fc38cc2b2c2bbc3a4 |
UHC | ??²?? | 001111110011111110101001111101110011111100111111 | 3f3fa9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)