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 | 治鈼質^ | 111100001110000010001110101000011111101111000110100011101011111101011110 | f0e08ea1fbc68ebf5e |
EUC-JP | ?治鈼質^ | 001111111011110010100011100011111110001111010110101111001100000101011110 | 3fbca38fe3d6bcc15e |
UTF-8 | 治鈼質^ | 11101110100000101001111111100110101100101011101111101001100010001011110011101000101100111010101001011110 | ee829fe6b2bbe988bce8b3aa5e |
UHC | ?治?質^ | 00111111111101101011110100111111111100101111010101011110 | 3ff6bd3ff2f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)