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 | 眤睥眤睥^ | 111000011100000011100001110011001110000111000000111000011100110001011110 | e1c0e1cce1c0e1cc5e |
EUC-JP | 眤睥眤睥^ | 111000101100001011100010110011101110001011000010111000101100111001011110 | e2c2e2cee2c2e2ce5e |
UTF-8 | 眤睥眤睥^ | 11100111100111001010010011100111100111011010010111100111100111001010010011100111100111011010010101011110 | e79ca4e79da5e79ca4e79da55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)