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 | 髣費ス「鬯 | 1110100110010111100101001110111110111101101000101110100110101100 | e99794efbda2e9ac |
EUC-JP | 髣費ス「鬯 | 11110001111101111100100011110001100011101011110110001110101000101111001010101110 | f1f7c8f18ebd8ea2f2ae |
UTF-8 | 髣費ス「鬯 | 111010011010101110100011111010001011001010111011111011111011110110111101111011111011110110100010111010011010110010101111 | e9aba3e8b2bbefbdbdefbda2e9acaf |
UHC | ?費??? | 001111111101111010101000001111110011111100111111 | 3fdea83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)