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^ | 0011111100111111001111110100110101011110 | 3f3f3f4d5e |
SJIS-WIN | ?悳ヲM^ | 00111111100111000111101110000011100100100100110101011110 | 3f9c7b83924d5e |
EUC-JP | ?悳ヲM^ | 00111111110101111101110010100101111100100100110101011110 | 3fd7dca5f24d5e |
UTF-8 | 룵悳ヲM^ | 1110101110100011101101011110011010000010101100111110001110000011101100100100110101011110 | eba3b5e682b3e383b24d5e |
UHC | 룵悳ヲM^ | 1000111110101010110100111110110110101011111100100100110101011110 | 8faad3edabf24d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)