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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?餦?餦^ | 001111111000111111101000110111000011111110001111111010001101110001011110 | 3f8fe8dc3f8fe8dc5e |
UTF-8 | 餦餦^ | 11101010101000011011110011101001101001001010011011101010101000011011110011101001101001001010011001011110 | eaa1bce9a4a6eaa1bce9a4a65e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)