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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蜿ゥ驕泌娼蟆 | 1110010110001111101010011110100110000001100101001110010110001111101010011110010110110000 | e58fa9e98194e58fa9e5b0 |
EUC-JP | 蜿ゥ驕泌娼蟆 | 111010011110111110001110101010011111000111100001110010001110011110111110101010111110101010110010 | e9ef8ea9f1e1c8e7beabeab2 |
UTF-8 | 蜿ゥ驕泌娼蟆 | 111010001001110010111111111011111011110110101001111010011010100110010101111001101011001110001100111001011010100010111100111010001001111110000110 | e89cbfefbda9e9a995e6b38ce5a8bce89f86 |
UHC | ??驕泌娼? | 001111110011111111001110111101101111100110110010111100111101111000111111 | 3f3fcef6f9b2f3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)