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腋 | 1110001111111100011010001110001111111100 | e3fc68e3fc |
EUC-JP | 腋h腋 | 1110011011111110011010001110011011111110 | e6fe68e6fe |
UTF-8 | 腋h腋 | 11101000100001011000101101101000111010001000010110001011 | e8858b68e8858b |
UHC | 腋h腋 | 1110010011111101011010001110010011111101 | e4fd68e4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)