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 | 葹簿椁顆 | 1110010011011111100101011110101110011110100101101110100011110111 | e4df95eb9e96e8f7 |
EUC-JP | 葹簿椁顆 | 1110100011100001110010101110110111011011111101101111000011111001 | e8e1caeddbf6f0f9 |
UTF-8 | 葹簿椁顆 | 111010001001000110111001111001111011000010111111111001101010010010000001111010011010000110000110 | e891b9e7b0bfe6a481e9a186 |
UHC | ?簿?顆 | 001111111101110110101101001111111100111010101000 | 3fddad3fcea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)