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??l] | 00111111001111110110010100111111001111110110110001011101 | 3f3f653f3f6c5d |
SJIS-WIN | ??e??l] | 00111111001111110110010100111111001111110110110001011101 | 3f3f653f3f6c5d |
EUC-JP | ??e??l] | 00111111001111110110010100111111001111110110110001011101 | 3f3f653f3f6c5d |
UTF-8 | 횂혖e횂혖l] | 111011011001101010000010111011011001100010010110011001011110110110011010100000101110110110011000100101100110110001011101 | ed9a82ed989665ed9a82ed98966c5d |
UHC | 횂혖e횂혖l] | 1100001110000010110000101000000101100101110000111000001011000010100000010110110001011101 | c382c28165c382c2816c5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)