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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 彧欲D彧欲D^ | 1111101010111001100101110111111001000100111110101011100110010111011111100100010001011110 | fab9977e44fab9977e445e |
EUC-JP | 彧欲D彧欲D^ | 10001111101111001111111011001101110111110100010010001111101111001111111011001101110111110100010001011110 | 8fbcfecddf448fbcfecddf445e |
UTF-8 | 彧欲D彧欲D^ | 111001011011110110100111111001101010110010110010010001001110010110111101101001111110011010101100101100100100010001011110 | e5bda7e6acb244e5bda7e6acb2445e |
UHC | 彧欲D彧欲D^ | 1110100111101110111010011011000001000100111010011110111011101001101100000100010001011110 | e9eee9b044e9eee9b0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)