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 | 踰ゥ逍ス蔬 | 1110011011111010101010011110011110010110101111011110010011110100 | e6faa9e796bde4f4 |
EUC-JP | 踰ゥ逍ス蔬 | 11101100111111001000111010101001111011011111011010001110101111011110100011110110 | ecfc8ea9edf68ebde8f6 |
UTF-8 | 踰ゥ逍ス蔬 | 111010001011100010110000111011111011110110101001111010011000000010001101111011111011110110111101111010001001010010101100 | e8b8b0efbda9e9808defbdbde894ac |
UHC | 踰?逍?蔬 | 1110101110110010001111111110000111001110001111111110000111001010 | ebb23fe1ce3fe1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)