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 | 易끸넀留놟 | 111001101001100010010011111010111000000110111000111010111000010010000000111011111010011110001101111010111000011010011111 | e69893eb81b8eb8480efa78deb869f |
UHC | 易끸넀留놟 | 11100110101101101000010111100010100001101001000011101011101001111000011101000010 | e6b685e28690eba78742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)