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 | 易???? | 100010001101010100111111001111110011111100111111 | 88d53f3f3f3f |
EUC-JP | 易???? | 101100001101011100111111001111110011111100111111 | b0d73f3f3f3f |
UTF-8 | 易낅맟易귻 | 111001101001100010010011111010111000001010000101111010111010011110011111111011111010011110100000111010101011011110111011 | e69893eb8285eba79fefa7a0eab7bb |
UHC | 易낅맟易귻 | 11100110101101101000010111101011100100001010110011101100101011111000001101000010 | e6b685eb90acecaf8342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)