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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
SJIS-WIN | 羶°ヽ讖 | 1110001110111101100000011000101110000001010100101110011010101001 | e3bd818b8152e6a9 |
EUC-JP | 羶°ヽ讖 | 1110011010111111101000011110101110100001101100111110110010101011 | e6bfa1eba1b3ecab |
UTF-8 | 羶°ヽ讖 | 1110011110111110101101101100001010110000111000111000001110111101111010001010111010010110 | e7beb6c2b0e383bde8ae96 |
UHC | ?°?讖 | 001111111010000111000110001111111111001111011001 | 3fa1c63ff3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)