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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 議?『^ | 100010110110001100111111100000010111011101011110 | 8b633f81775e |
EUC-JP | 議?『^ | 101101011100010000111111101000011101100001011110 | b5c43fa1d85e |
UTF-8 | 議븐『^ | 11101000101011011011000011101011101110001001000011100011100000001000111001011110 | e8adb0ebb890e3808e5e |
UHC | 議븐『^ | 11101100101000011011101011101100101000011011101001011110 | eca1baeca1ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)