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