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^ | 1001001001000001100100011011001001000100100100100100000110010001101100100100010001011110 | 924191b244924191b2445e |
EUC-JP | 但卒D但卒D^ | 1100001110100010110000101011010001000100110000111010001011000010101101000100010001011110 | c3a2c2b444c3a2c2b4445e |
UTF-8 | 但卒D但卒D^ | 111001001011110110000110111001011000110110010010010001001110010010111101100001101110010110001101100100100100010001011110 | e4bd86e58d9244e4bd86e58d92445e |
UHC | 但卒D但卒D^ | 1101001110100011111100001110111101000100110100111010001111110000111011110100010001011110 | d3a3f0ef44d3a3f0ef445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)