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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 姆姆^ | 1001101101000111100110110100011101011110 | 9b479b475e |
EUC-JP | 姆姆^ | 1101010110101000110101011010100001011110 | d5a8d5a85e |
UTF-8 | 姆姆^ | 11100101101001111000011011100101101001111000011001011110 | e5a786e5a7865e |
UHC | 姆姆^ | 1101100110110101110110011011010101011110 | d9b5d9b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)