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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 諢∵п^ | 11100110100001001000000111100110100001001000000101011110 | e68481e684815e |
EUC-JP | 諢∵п^ | 11101011111001001010001011101000101001111110000101011110 | ebe4a2e8a7e15e |
UTF-8 | 諢∵п^ | 111010001010101110100010111000101000100010110101110100001011111101011110 | e8aba2e288b5d0bf5e |
UHC | ?∵п^ | 001111111010000111110001101011001110000101011110 | 3fa1f1ace15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)