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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???∵?B | 00111111001111110011111110000001111001100011111101000010 | 3f3f3f81e63f42 |
EUC-JP | ???∵?B | 00111111001111110011111110100010111010000011111101000010 | 3f3f3fa2e83f42 |
UTF-8 | 룫혧◐∵▩B | 11101011101000111010101111101101100110001010011111100010100101111001000011100010100010001011010111100010100101101010100101000010 | eba3abed98a7e29790e288b5e296a942 |
UHC | 룫혧◐∵▩B | 1000111110100010110000101000111110100010110001001010000111110001101000101100110001000010 | 8fa2c28fa2c4a1f1a2cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)