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 | ???宜? | 001111110011111100111111100010110101100000111111 | 3f3f3f8b583f |
EUC-JP | ???宜? | 001111110011111100111111101101011011100100111111 | 3f3f3fb5b93f |
UTF-8 | 嶪욧퍌宜쿍 | 111001011011011010101010111011001001101010100111111011011000110110001100111001011010111010011100111011001011111110001101 | e5b6aaec9aa7ed8d8ce5ae9cecbf8d |
UHC | 嶪욧퍌宜쿍 | 11100101111101011011111111101010101110111000001111101011111100011011001101000010 | e5f5bfeabb83ebf1b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)