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 | 巍俎巍俎^ | 100110111101100110011000110101111001101111011001100110001101011101011110 | 9bd998d79bd998d75e |
EUC-JP | 巍俎巍俎^ | 110101101101101111010000110110011101011011011011110100001101100101011110 | d6dbd0d9d6dbd0d95e |
UTF-8 | 巍俎巍俎^ | 11100101101101111000110111100100101111111000111011100101101101111000110111100100101111111000111001011110 | e5b78de4bf8ee5b78de4bf8e5e |
UHC | 巍俎巍俎^ | 111010001110010011110000101110111110100011100100111100001011101101011110 | e8e4f0bbe8e4f0bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)