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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | ?悸D?悸D^ | 001111111001110010100111010001000011111110011100101001110100010001011110 | 3f9ca7443f9ca7445e |
EUC-JP | 湗悸D湗悸D^ | 10001111110001111111101111011000101010010100010010001111110001111111101111011000101010010100010001011110 | 8fc7fbd8a9448fc7fbd8a9445e |
UTF-8 | 湗悸D湗悸D^ | 111001101011100110010111111001101000001010111000010001001110011010111001100101111110011010000010101110000100010001011110 | e6b997e682b844e6b997e682b8445e |
UHC | ?悸D?悸D^ | 001111111100110011111011010001000011111111001100111110110100010001011110 | 3fccfb443fccfb445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)