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^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ?汝????e^ | 001111111001001111110000001111110011111100111111001111110110010101011110 | 3f93f03f3f3f3f655e |
EUC-JP | ?汝????e^ | 001111111100011011110010001111110011111100111111001111110110010101011110 | 3fc6f23f3f3f3f655e |
UTF-8 | 쒔汝쒔렋쒀롔e^ | 1110110010010010100101001110011010110001100111011110110010010010100101001110101110100000100010111110110010010010100000001110101110100001100101000110010101011110 | ec9294e6b19dec9294eba08bec9280eba194655e |
UHC | 쒔汝쒔렋쒀롔e^ | 1011111010101101111001101010001110111110101011011000111010100010101111101010110010001110110110000110010101011110 | beade6a3bead8ea2beac8ed8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)