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 | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
SJIS-WIN | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
EUC-JP | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
UTF-8 | 뤉톻퓥쪕뭍렲렏^ | 11101011101001001000100111101101100001101011101111101101100100111010010111101100101010101001010111101011101011011000110111101011101000001011001011101011101000001000111101011110 | eba489ed86bbed93a5ecaa95ebad8deba0b2eba08f5e |
UHC | 뤉톻퓥쪕뭍렲렏^ | 100011111011100110110111100011101011111110001110101001011000111110111001101101111000111010111111100011101010010101011110 | 8fb9b78ebf8ea58fb9b78ebf8ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)