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 | 鈿ス闖ス韭槫 | 11100111111011011011110111101000100011111011110111101000111010101001111011100101 | e7edbde88fbde8ea9ee5 |
EUC-JP | 鈿ス闖ス韭槫 | 111011101110111110001110101111011110111111101111100011101011110111110000111011001101110011100111 | eeef8ebdefef8ebdf0ecdce7 |
UTF-8 | 鈿ス闖ス韭槫 | 111010011000100010111111111011111011110110111101111010011001011110010110111011111011110110111101111010011001111110101101111001101010011110101011 | e988bfefbdbde99796efbdbde99fade6a7ab |
UHC | 鈿?闖??? | 1110111110101111001111111111011111100110001111110011111100111111 | efaf3ff7e63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)