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 | ?l?e?l?eB | 001111110110110000111111011001010011111101101100001111110110010101000010 | 3f6c3f653f6c3f6542 |
SJIS-WIN | ?l?e?l?eB | 001111110110110000111111011001010011111101101100001111110110010101000010 | 3f6c3f653f6c3f6542 |
EUC-JP | ?l?e?l?eB | 001111110110110000111111011001010011111101101100001111110110010101000010 | 3f6c3f653f6c3f6542 |
UTF-8 | 혘l혖e혘l혖eB | 1110110110011000100110000110110011101101100110001001011001100101111011011001100010011000011011001110110110011000100101100110010101000010 | ed98986ced989665ed98986ced98966542 |
UHC | 혘l혖e혘l혖eB | 11000010100000110110110011000010100000010110010111000010100000110110110011000010100000010110010101000010 | c2836cc28165c2836cc2816542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)