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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 姚??彦?h | 1001101101001100001111110011111110010101010001100011111101101000 | 9b4c3f3f95463f68 |
EUC-JP | 姚??彦?h | 1101010110101101001111110011111111001001101001110011111101101000 | d5ad3f3fc9a73f68 |
UTF-8 | 姚붺퇁彦쐰h | 11100101101001111001101011101011101101101011101011101101100001111000000111100101101111011010011011101100100100001011000001101000 | e5a79aebb6baed8781e5bda6ec90b068 |
UHC | 姚붺퇁彦쐰h | 1110100011101110100101001110011110110111100100101110010111101001101111011111111001101000 | e8ee94e7b792e5e9bdfe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)