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 | ò¢¤îË | 1111001010100010101001001110111011001011 | f2a2a4eecb |
SJIS-WIN | ?¢??? | 001111111000000110010001001111110011111100111111 | 3f81913f3f3f |
EUC-JP | ò¢¤îË | 1000111110101011110100101010000111110001100011111010001011110000100011111010101111000010100011111010101010110011 | 8fabd2a1f18fa2f08fabc28faab3 |
UTF-8 | ò¢¤îË | 11000011101100101100001010100010110000101010010011000011101011101100001110001011 | c3b2c2a2c2a4c3aec38b |
UHC | ??¤?? | 001111110011111110100010101101000011111100111111 | 3f3fa2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)