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^ | 111000001101011000111111010001001110000011010110001111110100010001011110 | e0d63f44e0d63f445e |
EUC-JP | 獰?D獰?D^ | 111000001101100000111111010001001110000011011000001111110100010001011110 | e0d83f44e0d83f445e |
UTF-8 | 獰엒D獰엒D^ | 111001111000110110110000111011001001011110010010010001001110011110001101101100001110110010010111100100100100010001011110 | e78db0ec979244e78db0ec9792445e |
UHC | 獰엒D獰엒D^ | 1110011110111110100111100110101101000100111001111011111010011110011010110100010001011110 | e7be9e6b44e7be9e6b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)