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 | ?R???M | 001111110101001000111111001111110011111101001101 | 3f523f3f3f4d |
SJIS-WIN | 咤R珈瞎咤M | 10011010010000100101001011100000110110111110000111010000100110100100001001001101 | 9a4252e0dbe1d09a424d |
EUC-JP | 咤R珈瞎咤M | 11010011101000110101001011100000110111011110001011010010110100111010001101001101 | d3a352e0dde2d2d3a34d |
UTF-8 | 咤R珈瞎咤M | 1110010110010010101001000101001011100111100011111000100011100111100111101000111011100101100100101010010001001101 | e592a452e78f88e79e8ee592a44d |
UHC | 咤R??咤M | 1111011011100011010100100011111100111111111101101110001101001101 | f6e3523f3ff6e34d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)