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 | 1111100110100101100011101010101001101101 | f9a58eaa6d |
SJIS-WIN | ?¥??m | 001111111000000110001111001111110011111101101101 | 3f818f3f3f6d |
EUC-JP | ù??ªm | 100011111010101111100011001111110011111110001111101000101110110001101101 | 8fabe33f3f8fa2ec6d |
UTF-8 | ù¥ªm | 110000111011100111000010101001011100001010001110110000101010101001101101 | c3b9c2a5c28ec2aa6d |
UHC | ???ªm | 001111110011111100111111101010001010001101101101 | 3f3f3fa8a36d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)