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 | îì²ê | 11101110111011001011001011101010 | eeecb2ea |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | îì?ê | 10001111101010111100001010001111101010111100000000111111100011111010101110110100 | 8fabc28fabc03f8fabb4 |
UTF-8 | îì²ê | 1100001110101110110000111010110011000010101100101100001110101010 | c3aec3acc2b2c3aa |
UHC | ??²? | 0011111100111111101010011111011100111111 | 3f3fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)