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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 錚}錚{^ | 11101000010000100111110111101000010000100111101101011110 | e8427de8427b5e |
EUC-JP | 錚}錚{^ | 11101111101000110111110111101111101000110111101101011110 | efa37defa37b5e |
UTF-8 | 錚}錚{^ | 111010011000110010011010011111011110100110001100100110100111101101011110 | e98c9a7de98c9a7b5e |
UHC | 錚}錚{^ | 11101110101101100111110111101110101101100111101101011110 | eeb67deeb67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)