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 | 軏乗谿啄 | 1111101110110010100011111110011011100110101011101001000111101101 | fbb28fe6e6ae91ed |
EUC-JP | 軏乗谿啄 | 100011111110000011011001101111101110100011101100101100001100001011101111 | 8fe0d9bee8ecb0c2ef |
UTF-8 | 軏乗谿啄 | 111010001011101110001111111001001011100110010111111010001011000010111111111001011001010110000100 | e8bb8fe4b997e8b0bfe59584 |
UHC | ??谿啄 | 001111110011111111001101101011001111011011110010 | 3f3fcdacf6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)