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 | Ù×Ù×^ | 100110111101100110011000110101111001101111011001100110001101011101011110 | 9bd998d79bd998d75e |
SJIS-WIN | ???×???×^ | 0011111100111111001111111000000101111110001111110011111100111111100000010111111001011110 | 3f3f3f817e3f3f3f817e5e |
EUC-JP | ?Ù?×?Ù?×^ | 001111111000111110101010111000110011111110100001110111110011111110001111101010101110001100111111101000011101111101011110 | 3f8faae33fa1df3f8faae33fa1df5e |
UTF-8 | Ù×Ù×^ | 1100001010011011110000111001100111000010100110001100001110010111110000101001101111000011100110011100001010011000110000111001011101011110 | c29bc399c298c397c29bc399c298c3975e |
UHC | ???×???×^ | 0011111100111111001111111010000110111111001111110011111100111111101000011011111101011110 | 3f3f3fa1bf3f3f3fa1bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)