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 | ¢ù«Ñh | 101000101111100110001111101010111101000101101000 | a2f98fabd168 |
SJIS-WIN | ¢????h | 10000001100100010011111100111111001111110011111101101000 | 81913f3f3f3f68 |
EUC-JP | ¢ù??Ñh | 1010000111110001100011111010101111100011001111110011111110001111101010101101000001101000 | a1f18fabe33f3f8faad068 |
UTF-8 | ¢ù«Ñh | 1100001010100010110000111011100111000010100011111100001010101011110000111001000101101000 | c2a2c3b9c28fc2abc39168 |
UHC | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)