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 | 筰畸^ | 1110001010101001111000010110001001011110 | e2a9e1625e |
EUC-JP | 筰畸^ | 1110010010101011111000011100001101011110 | e4abe1c35e |
UTF-8 | 筰畸^ | 11100111101011011011000011100111100101011011100001011110 | e7adb0e795b85e |
UHC | ?畸^ | 00111111110100011011000101011110 | 3fd1b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)