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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ィゥ^ | 101010001111100110101001111101101010100011111001101000011010100101011110 | a8f9a9f6a8f9a1a95e |
EUC-JP | ィ???ゥ^ | 1000111010101000001111110011111100111111100011101010100101011110 | 8ea83f3f3f8ea95e |
UTF-8 | ィゥ^ | 11101111101111011010100011101110100111001000010011101110100100111000111111101110100110111011110011101111101111011010100101011110 | efbda8ee9c84ee938fee9bbcefbda95e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)