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 | 藹潔酬^ | 11100101010111001000110010001001100011110101011001011110 | e55c8c898f565e |
EUC-JP | 藹潔酬^ | 11101001101111011011011111101001101111011011011101011110 | e9bdb7e9bdb75e |
UTF-8 | 藹潔酬^ | 11101000100101111011100111100110101111011001010011101001100001011010110001011110 | e897b9e6bd94e985ac5e |
UHC | ?潔酬^ | 001111111100110010111110111000101100011001011110 | 3fccbee2c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)