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 | 荳願クエ^ | 11100100101110001000101011101000101110001011010001011110 | e4b88ae8b8b45e |
EUC-JP | 荳願クエ^ | 111010001011101010110100111010101000111010111000100011101011010001011110 | e8bab4ea8eb88eb45e |
UTF-8 | 荳願クエ^ | 11101000100011011011001111101001101000011001100011101111101111011011100011101111101111011011010001011110 | e88db3e9a198efbdb8efbdb45e |
UHC | 荳願??^ | 11010100111001011110101011000011001111110011111101011110 | d4e5eac33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)