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] | 111011011011101011110010101110010101000101011101 | edbaf2b9515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | íºò?Q] | 100011111010101110111111100011111010001011101011100011111010101111010010001111110101000101011101 | 8fabbf8fa2eb8fabd23f515d |
UTF-8 | íºò¹Q] | 11000011101011011100001010111010110000111011001011000010101110010101000101011101 | c3adc2bac3b2c2b9515d |
UHC | ?º?¹Q] | 0011111110101000101011000011111110101001111101100101000101011101 | 3fa8ac3fa9f6515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)