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 | 淼壽谿啄 | 1111101101000101100110101110011011100110101011101001000111101101 | fb459ae6e6ae91ed |
EUC-JP | 淼壽谿啄 | 100011111100011111100110110101001110100011101100101100001100001011101111 | 8fc7e6d4e8ecb0c2ef |
UTF-8 | 淼壽谿啄 | 111001101011011110111100111001011010001110111101111010001011000010111111111001011001010110000100 | e6b7bce5a3bde8b0bfe59584 |
UHC | ?壽谿啄 | 00111111111000011111100011001101101011001111011011110010 | 3fe1f8cdacf6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)