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^ | 1001001001000001100100011010000101000100100100100100000110010001101000010100010001011110 | 924191a144924191a1445e |
EUC-JP | 但贈D但贈D^ | 1100001110100010110000101010001101000100110000111010001011000010101000110100010001011110 | c3a2c2a344c3a2c2a3445e |
UTF-8 | 但贈D但贈D^ | 111001001011110110000110111010001011010010001000010001001110010010111101100001101110100010110100100010000100010001011110 | e4bd86e8b48844e4bd86e8b488445e |
UHC | 但贈D但贈D^ | 1101001110100011111100011111110001000100110100111010001111110001111111000100010001011110 | d3a3f1fc44d3a3f1fc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)