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 | 寤ë¥ê² | 1110010110101111101001001110101110100101100000101110101010110010 | e5afa4eba582eab2 |
SJIS-WIN | ????¥??? | 001111110011111100111111001111111000000110001111001111110011111100111111 | 3f3f3f3f818f3f3f3f |
EUC-JP | 寤ë??ê? | 100011111010101110101001100011111010001010110100100011111010001011110000100011111010101110110011001111110011111110001111101010111011010000111111 | 8faba98fa2b48fa2f08fabb33f3f8fabb43f |
UTF-8 | 寤ë¥ê² | 11000011101001011100001010101111110000101010010011000011101010111100001010100101110000101000001011000011101010101100001010110010 | c3a5c2afc2a4c3abc2a5c282c3aac2b2 |
UHC | ??¤????² | 00111111001111111010001010110100001111110011111100111111001111111010100111110111 | 3f3fa2b43f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)