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 | 蠢閤蠢砿^ | 111001011011111110001101011111011110010110111111100011010111101101011110 | e5bf8d7de5bf8d7b5e |
EUC-JP | 蠢閤蠢砿^ | 111010101100000110111001110111101110101011000001101110011101110001011110 | eac1b9deeac1b9dc5e |
UTF-8 | 蠢閤蠢砿^ | 11101000101000001010001011101001100101101010010011101000101000001010001011100111101000001011111101011110 | e8a0a2e996a4e8a0a2e7a0bf5e |
UHC | 蠢閤蠢?^ | 1111000111100011111110011110111011110001111000110011111101011110 | f1e3f9eef1e33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)