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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驥ュ蠑竣 | 11101001100001111010110111100101101111001000111101110110 | e987ade5bc8f76 |
EUC-JP | 驥ュ蠑竣 | 1111000111100111100011101010110111101010101111101011110111010111 | f1e78eadeabebdd7 |
UTF-8 | 驥ュ蠑竣 | 111010011010100110100101111011111011110110101101111010001010000010010001111001111010101110100011 | e9a9a5efbdade8a091e7aba3 |
UHC | 驥??竣 | 110100011100101000111111001111111111000111100010 | d1ca3f3ff1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)