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??ZB | 00111111001111110110010100111111001111110101101001000010 | 3f3f653f3f5a42 |
SJIS-WIN | ??e??ZB | 00111111001111110110010100111111001111110101101001000010 | 3f3f653f3f5a42 |
EUC-JP | ??e??ZB | 00111111001111110110010100111111001111110101101001000010 | 3f3f653f3f5a42 |
UTF-8 | 쒔렊e쒔렜ZB | 111011001001001010010100111010111010000010001010011001011110110010010010100101001110101110100000100111000101101001000010 | ec9294eba08a65ec9294eba09c5a42 |
UHC | 쒔렊e쒔렜ZB | 1011111010101101100011101010000101100101101111101010110110001110101011100101101001000010 | bead8ea165bead8eae5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)