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 | ?熔?熔^ | 00111111100101110110111100111111100101110110111101011110 | 3f976f3f976f5e |
EUC-JP | ?熔?熔^ | 00111111110011011101000000111111110011011101000001011110 | 3fcdd03fcdd05e |
UTF-8 | 빖熔빖熔^ | 11101011101110011001011011100111100001101001010011101011101110011001011011100111100001101001010001011110 | ebb996e78694ebb996e786945e |
UHC | 빖熔빖熔^ | 100101011011100011101001110000101001010110111000111010011100001001011110 | 95b8e9c295b8e9c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)