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] | 0011111100111111001111110100110101011101 | 3f3f3f4d5d |
SJIS-WIN | 治爨捨M] | 1000111010100001111000001010010010001110110011000100110101011101 | 8ea1e0a48ecc4d5d |
EUC-JP | 治爨捨M] | 1011110010100011111000001010011010111100110011100100110101011101 | bca3e0a6bcce4d5d |
UTF-8 | 治爨捨M] | 1110011010110010101110111110011110001000101010001110011010001101101010000100110101011101 | e6b2bbe788a8e68da84d5d |
UHC | 治?捨M] | 11110110101111010011111111011110110101110100110101011101 | f6bd3fded74d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)