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^ | 1110000010100111111000100101000101000100111000001010011111100010010100010100010001011110 | e0a7e25144e0a7e251445e |
EUC-JP | 爰祺D爰祺D^ | 1110000010101001111000111011001001000100111000001010100111100011101100100100010001011110 | e0a9e3b244e0a9e3b2445e |
UTF-8 | 爰祺D爰祺D^ | 111001111000100010110000111001111010010110111010010001001110011110001000101100001110011110100101101110100100010001011110 | e788b0e7a5ba44e788b0e7a5ba445e |
UHC | 爰祺D爰祺D^ | 1110101010111010110100011011100001000100111010101011101011010001101110000100010001011110 | eabad1b844eabad1b8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)