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 | ?x?x^ | 0011111101111000001111110111100001011110 | 3f783f785e |
SJIS-WIN | 蛛x蛛x^ | 11100101100000010111100011100101100000010111100001011110 | e58178e581785e |
EUC-JP | 蛛x蛛x^ | 11101001111000010111100011101001111000010111100001011110 | e9e178e9e1785e |
UTF-8 | 蛛x蛛x^ | 111010001001101110011011011110001110100010011011100110110111100001011110 | e89b9b78e89b9b785e |
UHC | 蛛x蛛x^ | 11110001110010000111100011110001110010000111100001011110 | f1c878f1c8785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)