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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 熊輕 | 10001100010001101110011101101010 | 8c46e76a |
EUC-JP | 熊輕 | 10110111101001111110110111001011 | b7a7edcb |
UTF-8 | 熊輕 | 111001111000011010001010111010001011110010010101 | e7868ae8bc95 |
UHC | 熊輕 | 11101010101010001100110011101110 | eaa8ccee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)