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 | ??????M^ | 0011111100111111001111110011111100111111001111110100110101011110 | 3f3f3f3f3f3f4d5e |
SJIS-WIN | ??????M^ | 0011111100111111001111110011111100111111001111110100110101011110 | 3f3f3f3f3f3f4d5e |
EUC-JP | ??????M^ | 0011111100111111001111110011111100111111001111110100110101011110 | 3f3f3f3f3f3f4d5e |
UTF-8 | 뭑뭒뫝묱뫐뫆M^ | 1110101110101101100100011110101110101101100100101110101110101011100111011110101110101100101100011110101110101011100100001110101110101011100001100100110101011110 | ebad91ebad92ebab9debacb1ebab90ebab864d5e |
UHC | 뭑뭒뫝묱뫐뫆M^ | 1001001001011001100100100101101010010001101111011001001001001000100100011011001010010001101010010100110101011110 | 9259925a91bd924891b291a94d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)