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 | 0011111100111111001111110011111101101100 | 3f3f3f3f6c |
SJIS-WIN | 源???l | 100011001011100100111111001111110011111101101100 | 8cb93f3f3f6c |
EUC-JP | 源???l | 101110001011101100111111001111110011111101101100 | b8bb3f3f3f6c |
UTF-8 | 源쟉렰렕l | 11100110101110101001000011101100100111111000100111101011101000001011000011101011101000001001010101101100 | e6ba90ec9f89eba0b0eba0956c |
UHC | 源쟉렰렕l | 111010101011100111000000111100011000111010111101100011101010101001101100 | eab9c0f18ebd8eaa6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)