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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 屋h屋 | 1000100110101110011010001000100110101110 | 89ae6889ae |
EUC-JP | 屋h屋 | 1011001010110000011010001011001010110000 | b2b068b2b0 |
UTF-8 | 屋h屋 | 11100101101100011000101101101000111001011011000110001011 | e5b18b68e5b18b |
UHC | 屋h屋 | 1110100010101001011010001110100010101001 | e8a968e8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)