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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踈皮イ歉 | 11100110111100011001010011100111101100101001111101011101 | e6f194e7b29f5d |
EUC-JP | 踈皮イ歉 | 1110110011110011110010001110100110001110101100101101110110111110 | ecf3c8e98eb2ddbe |
UTF-8 | 踈皮イ歉 | 111010001011100010001000111001111001101010101110111011111011110110110010111001101010110110001001 | e8b888e79aaeefbdb2e6ad89 |
UHC | ?皮?? | 0011111111111001101010110011111100111111 | 3ff9ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)