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 | ¸þm | 10001111101110001111111001101101 | 8fb8fe6d |
SJIS-WIN | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
EUC-JP | ?¸þm | 0011111110001111101000101011000110001111101010011101000001101101 | 3f8fa2b18fa9d06d |
UTF-8 | ¸þm | 11000010100011111100001010111000110000111011111001101101 | c28fc2b8c3be6d |
UHC | ?¸þm | 001111111010001010101100101010011010110101101101 | 3fa2aca9ad6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)