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 | 茉駈愁苙 | 1110010010011101100010111110110110001111010001001110010010011110 | e49d8bed8f44e49e |
EUC-JP | 茉駈愁苙 | 1110011111111101101101101110111110111101101001011110011111111110 | e7fdb6efbda5e7fe |
UTF-8 | 茉駈愁苙 | 111010001000110010001001111010011010011110001000111001101000010010000001111010001000101110011001 | e88c89e9a788e68481e88b99 |
UHC | 茉?愁? | 110110001100100100111111111000011111111000111111 | d8c93fe1fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)