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 | iHiH^ | 100110010110100110011001010010001001100101101001100110010100100001011110 | 99699948996999485e |
SJIS-WIN | ?i?H?i?H^ | 001111110110100100111111010010000011111101101001001111110100100001011110 | 3f693f483f693f485e |
EUC-JP | ?i?H?i?H^ | 001111110110100100111111010010000011111101101001001111110100100001011110 | 3f693f483f693f485e |
UTF-8 | iHiH^ | 11000010100110010110100111000010100110010100100011000010100110010110100111000010100110010100100001011110 | c29969c29948c29969c299485e |
UHC | ?i?H?i?H^ | 001111110110100100111111010010000011111101101001001111110100100001011110 | 3f693f483f693f485e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)