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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?悸?悸^ | 00111111100111001010011100111111100111001010011101011110 | 3f9ca73f9ca75e |
EUC-JP | 湗悸湗悸^ | 1000111111000111111110111101100010101001100011111100011111111011110110001010100101011110 | 8fc7fbd8a98fc7fbd8a95e |
UTF-8 | 湗悸湗悸^ | 11100110101110011001011111100110100000101011100011100110101110011001011111100110100000101011100001011110 | e6b997e682b8e6b997e682b85e |
UHC | ?悸?悸^ | 00111111110011001111101100111111110011001111101101011110 | 3fccfb3fccfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)