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 | 雖介∋襁懷 | 11100101101010111000100111101110100000011011100111100101111101001001110011100101 | e5ab89ee81b9e5f49ce5 |
EUC-JP | 雖介∋襁懷 | 11101010101011011011001011110000101000101011101111101010111101101101100011100111 | eaadb2f0a2bbeaf6d8e7 |
UTF-8 | 雖介∋襁懷 | 111010011001101110010110111001001011101110001011111000101000100010001011111010001010010110000001111001101000011110110111 | e99b96e4bb8be2888be8a581e687b7 |
UHC | 雖介∋襁懷 | 11100010110011001100101110111111101000011111010111001011101110101111110011100011 | e2cccbbfa1f5cbbafce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)