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 | ????^Q] | 00111111001111110011111100111111010111100101000101011101 | 3f3f3f3f5e515d |
SJIS-WIN | ????^Q] | 00111111001111110011111100111111010111100101000101011101 | 3f3f3f3f5e515d |
EUC-JP | ????^Q] | 00111111001111110011111100111111010111100101000101011101 | 3f3f3f3f5e515d |
UTF-8 | 뭂뭁뫚뫆^Q] | 111010111010110110000010111010111010110110000001111010111010101110011010111010111010101110000110010111100101000101011101 | ebad82ebad81ebab9aebab865e515d |
UHC | 뭂뭁뫚뫆^Q] | 1001001001010001100100100101000010010001101110101001000110101001010111100101000101011101 | 9251925091ba91a95e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)