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 | 蜿ゥ陲冶∮ | 111001011000111110101001111010001010001010010110111010001000011110010011 | e58fa9e8a296e88793 |
EUC-JP | 蜿ゥ陲冶? | 111010011110111110001110101010011111000010100100110011001110101000111111 | e9ef8ea9f0a4ccea3f |
UTF-8 | 蜿ゥ陲冶∮ | 111010001001110010111111111011111011110110101001111010011001100110110010111001011000011010110110111000101000100010101110 | e89cbfefbda9e999b2e586b6e288ae |
UHC | ???冶∮ | 00111111001111110011111111100101101001111010001010110001 | 3f3f3fe5a7a2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)