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? | 111000111000100000111111001111110101001100111111 | e3883f3f533f |
EUC-JP | 繹??S? | 111001011110100000111111001111110101001100111111 | e5e83f3f533f |
UTF-8 | 繹먮젾S樂 | 11100111101110011011100111101011101010001010111011101100101000001011111001010011111011111010011010111111 | e7b9b9eba8aeeca0be53efa6bf |
UHC | 繹먮젾S樂 | 111001101011101010010000111010111010000010110000010100111110100011111001 | e6ba90eba0b053e8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)