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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 源??拒B | 10001100101110010011111100111111100010111001000101000010 | 8cb93f3f8b9142 |
EUC-JP | 源?饔拒B | 101110001011101100111111100011111110100011101111101101011111000101000010 | b8bb3f8fe8efb5f142 |
UTF-8 | 源렰饔拒B | 11100110101110101001000011101011101000001011000011101001101001011001010011100110100010111001001001000010 | e6ba90eba0b0e9a594e68b9242 |
UHC | 源렰饔拒B | 111010101011100110001110101111011110100010111101110010111101111001000010 | eab98ebde8bdcbde42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)