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 | 烝?烝?^ | 11100000011111100011111111100000011111100011111101011110 | e07e3fe07e3f5e |
EUC-JP | 烝?烝?^ | 11011111110111110011111111011111110111110011111101011110 | dfdf3fdfdf3f5e |
UTF-8 | 烝쌨烝쌤^ | 11100111100000111001110111101100100011001010100011100111100000111001110111101100100011001010010001011110 | e7839dec8ca8e7839dec8ca45e |
UHC | 烝쌨烝쌤^ | 111100011111011010111101110111101111000111110110101111011101110001011110 | f1f6bddef1f6bddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)