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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 讖壱擽妤ァ | 111001101010100110001000111010111001110110110100111110101010010010100111 | e6a988eb9db4faa4a7 |
EUC-JP | 讖壱擽妤ァ | 1110110010101011101100001110110111011010101101101000111110111001101011111000111010100111 | ecabb0eddab68fb9af8ea7 |
UTF-8 | 讖壱擽妤ァ | 111010001010111010010110111001011010001110110001111001101001001110111101111001011010011010100100111011111011110110100111 | e8ae96e5a3b1e693bde5a6a4efbda7 |
UHC | 讖???? | 111100111101100100111111001111110011111100111111 | f3d93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)