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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 覩k梢 | 111001100100111010000010100010111000111110111101 | e64e828b8fbd |
EUC-JP | 覩k梢 | 111010111010111110100011111010111011111010111111 | ebafa3ebbebf |
UTF-8 | 覩k梢 | 111010001010011010101001111011111011110110001011111001101010001010100010 | e8a6a9efbd8be6a2a2 |
UHC | 覩k梢 | 110101001010110110100011111010111111010011111110 | d4ada3ebf4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)