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 | 蕘駈愁藪 | 1110010011111011100010111110110110001111010001001110010101001101 | e4fb8bed8f44e54d |
EUC-JP | 蕘駈愁藪 | 1110100011111101101101101110111110111101101001011110100110101110 | e8fdb6efbda5e9ae |
UTF-8 | 蕘駈愁藪 | 111010001001010110011000111010011010011110001000111001101000010010000001111010001001011110101010 | e89598e9a788e68481e897aa |
UHC | ??愁藪 | 001111110011111111100001111111101110001010111111 | 3f3fe1fee2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)