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 | 0011111100111111001111110101111001101100 | 3f3f3f5e6c |
SJIS-WIN | ???^l | 0011111100111111001111110101111001101100 | 3f3f3f5e6c |
EUC-JP | ???^l | 0011111100111111001111110101111001101100 | 3f3f3f5e6c |
UTF-8 | 셍렻렏^l | 1110110010000101100011011110101110100000101110111110101110100000100011110101111001101100 | ec858deba0bbeba08f5e6c |
UHC | 셍렻렏^l | 1011110011000100100011101100001110001110101001010101111001101100 | bcc48ec38ea55e6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)