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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?峰嶋^ | 001111111001010111110100100100111000100001011110 | 3f95f493885e |
EUC-JP | ?峰嶋^ | 001111111100101011110110110001011110100001011110 | 3fcaf6c5e85e |
UTF-8 | 李峰嶋^ | 11101111101001111010000111100101101100111011000011100101101101101000101101011110 | efa7a1e5b3b0e5b68b5e |
UHC | 李峰嶋^ | 11101100101100001101110011101000110100111111011101011110 | ecb0dce8d3f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)