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 | 驫紋シ∝ョヲ | 111010011000101010010110111001001011110010000001111001011010111010100110 | e98a96e4bc81e5aea6 |
EUC-JP | 驫紋シ∝ョヲ | 111100011110101011001100111001101000111010111100101000101110011110001110101011101000111010100110 | f1eacce68ebca2e78eae8ea6 |
UTF-8 | 驫紋シ∝ョヲ | 111010011010100110101011111001111011010010001011111011111011110110111100111000101000100010011101111011111011110110101110111011111011110110100110 | e9a9abe7b48befbdbce2889defbdaeefbda6 |
UHC | ?紋?∝?? | 0011111111011010101000110011111110100001111100000011111100111111 | 3fdaa33fa1f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)