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^ | 1001000110110001100100011011010101000100100100011011000110010001101101010100010001011110 | 91b191b54491b191b5445e |
EUC-JP | 続揃D続揃D^ | 1100001010110011110000101011011101000100110000101011001111000010101101110100010001011110 | c2b3c2b744c2b3c2b7445e |
UTF-8 | 続揃D続揃D^ | 111001111011011010011010111001101000111110000011010001001110011110110110100110101110011010001111100000110100010001011110 | e7b69ae68f8344e7b69ae68f83445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)