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 | elhel | 100000010110010110000001011011000110100010000001011001011000000101101100 | 8165816c688165816c |
SJIS-WIN | ?e?lh?e?l | 001111110110010100111111011011000110100000111111011001010011111101101100 | 3f653f6c683f653f6c |
EUC-JP | ?e?lh?e?l | 001111110110010100111111011011000110100000111111011001010011111101101100 | 3f653f6c683f653f6c |
UTF-8 | elhel | 11000010100000010110010111000010100000010110110001101000110000101000000101100101110000101000000101101100 | c28165c2816c68c28165c2816c |
UHC | ?e?lh?e?l | 001111110110010100111111011011000110100000111111011001010011111101101100 | 3f653f6c683f653f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)