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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | テ療古カテッG | 110000111001011111000011100011001100001110110110110000111010111101000111 | c397c38cc3b6c3af47 |
EUC-JP | テ療古カテッG | 10001110110000111100111011000101101110001100010110001110101101101000111011000011100011101010111101000111 | 8ec3cec5b8c58eb68ec38eaf47 |
UTF-8 | テ療古カテッG | 11101111101111101000001111100111100110011000001011100101100011111010010011101111101111011011011011101111101111101000001111101111101111011010111101000111 | efbe83e79982e58fa4efbdb6efbe83efbdaf47 |
UHC | ?療古???G | 001111111101011011111011110011011010111100111111001111110011111101000111 | 3fd6fbcdaf3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)