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 | 嶢?莊?^ | 10011011110100000011111111100100101101010011111101011110 | 9bd03fe4b53f5e |
EUC-JP | 嶢?莊?^ | 11010110110100100011111111101000101101110011111101011110 | d6d23fe8b73f5e |
UTF-8 | 嶢렖莊렯^ | 11100101101101101010001011101011101000001001011011101000100011101000101011101011101000001010111101011110 | e5b6a2eba096e88e8aeba0af5e |
UHC | 嶢렖莊렯^ | 111010001111001010001110101010111110110111110110100011101011110001011110 | e8f28eabedf68ebc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)