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 | 驍慕エ石ウ | 1110100110000010100101011110011110110100100100001100111010110011 | e98295e7b490ceb3 |
EUC-JP | 驍慕エ石ウ | 11110001111000101100101011101001100011101011010011000000110100001000111010110011 | f1e2cae98eb4c0d08eb3 |
UTF-8 | 驍慕エ石ウ | 111010011010100110001101111001101000010110010101111011111011110110110100111001111001111110110011111011111011110110110011 | e9a98de68595efbdb4e79fb3efbdb3 |
UHC | 驍慕?石? | 1111110110100100110110011011011100111111111000001011010000111111 | fda4d9b73fe0b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)