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 | îó²ë | 11101110111100111011001011101011 | eef3b2eb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | îó?ë | 10001111101010111100001010001111101010111101000100111111100011111010101110110011 | 8fabc28fabd13f8fabb3 |
UTF-8 | îó²ë | 1100001110101110110000111011001111000010101100101100001110101011 | c3aec3b3c2b2c3ab |
UHC | ??²? | 0011111100111111101010011111011100111111 | 3f3fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)