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 | 焏乗谿啄 | 1111101101010011100011111110011011100110101011101001000111101101 | fb538fe6e6ae91ed |
EUC-JP | 焏乗谿啄 | 100011111100100111101001101111101110100011101100101100001100001011101111 | 8fc9e9bee8ecb0c2ef |
UTF-8 | 焏乗谿啄 | 111001111000010010001111111001001011100110010111111010001011000010111111111001011001010110000100 | e7848fe4b997e8b0bfe59584 |
UHC | ??谿啄 | 001111110011111111001101101011001111011011110010 | 3f3fcdacf6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)