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 | ?????vE | 00111111001111110011111100111111001111110111011001000101 | 3f3f3f3f3f7645 |
SJIS-WIN | ワス疾vE | 11110000101110101101110011110001100011101011110110001110101111100111011001000101 | f0badcf18ebd8ebe7645 |
EUC-JP | ?ワ?ス疾vE | 00111111100011101101110000111111100011101011110110111100110000000111011001000101 | 3f8edc3f8ebdbcc07645 |
UTF-8 | ワス疾vE | 1110111010000001101110011110111110111110100111001110111010000100100010011110111110111101101111011110011110010110101111100111011001000101 | ee81b9efbe9cee8489efbdbde796be7645 |
UHC | ????疾vE | 0011111100111111001111110011111111110010111100000111011001000101 | 3f3f3f3ff2f07645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)