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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 磁磁^ | 100011101010010111110001110111101000111010100101111100011101110001011110 | 8ea5f1de8ea5f1dc5e |
EUC-JP | 磁?磁?^ | 10111100101001110011111110111100101001110011111101011110 | bca73fbca73f5e |
UTF-8 | 磁磁^ | 11100111101000111000000111101110100001011001100111100111101000111000000111101110100001011001011101011110 | e7a381ee8599e7a381ee85975e |
UHC | 磁?磁?^ | 11101101101110000011111111101101101110000011111101011110 | edb83fedb83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)