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^ | 111001111000110110110000111011001001011010110001010001001110011110001101101100001110110010010110101100010100010001011110 | e78db0ec96b144e78db0ec96b1445e |
UHC | 獰얱D獰얱D^ | 1110011110111110100111100101011101000100111001111011111010011110010101110100010001011110 | e7be9e5744e7be9e57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)