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 | ???S? | 0011111100111111001111110101001100111111 | 3f3f3f533f |
SJIS-WIN | 僥??S亨 | 10011001010001100011111100111111010100111000101110011100 | 99463f3f538b9c |
EUC-JP | 僥??S亨 | 11010001101001110011111100111111010100111011010111111100 | d1a73f3f53b5fc |
UTF-8 | 僥㏛툋S亨 | 11100101100000111010010111100011100011111001101111101101100010001000101101010011111001001011101010101000 | e583a5e38f9bed888b53e4baa8 |
UHC | 僥㏛툋S亨 | 111010001110100110100111111001001011100010000011010100111111101011111011 | e8e9a7e4b88353fafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)