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 | ?b?唯?h | 0011111110000010100000100011111110010111010000100011111101101000 | 3f82823f97423f68 |
EUC-JP | 渶b?唯?h | 10001111110001111110110110100011111000100011111111001101101000110011111101101000 | 8fc7eda3e23fcda33f68 |
UTF-8 | 渶b몼唯랞h | 11100110101110001011011011101111101111011000001011101011101010101011110011100101100101001010111111101011100111101001111001101000 | e6b8b6efbd82ebaabce594afeb9e9e68 |
UHC | 渶b몼唯랞h | 1110011110110111101000111110001010010001101000011110101011100110100011011111111001101000 | e7b7a3e291a1eae68dfe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)