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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 葹簿椁顆曖 | 11100100110111111001010111101011100111101001011011101000111101111001111001000010 | e4df95eb9e96e8f79e42 |
EUC-JP | 葹簿椁顆曖 | 11101000111000011100101011101101110110111111011011110000111110011101101110100011 | e8e1caeddbf6f0f9dba3 |
UTF-8 | 葹簿椁顆曖 | 111010001001000110111001111001111011000010111111111001101010010010000001111010011010000110000110111001101001101110010110 | e891b9e7b0bfe6a481e9a186e69b96 |
UHC | ?簿?顆曖 | 0011111111011101101011010011111111001110101010001110010011110010 | 3fddad3fcea8e4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)