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 | 髷懷徴蛹ッ | 111010011001111010011100111001011001001010100101111001011000110010101111 | e99e9ce592a5e58caf |
EUC-JP | 髷懷徴蛹ッ | 11110001111111101101100011100111110001001010011111101001111011001000111010101111 | f1fed8e7c4a7e9ec8eaf |
UTF-8 | 髷懷徴蛹ッ | 111010011010101110110111111001101000011110110111111001011011111010110100111010001001101110111001111011111011110110101111 | e9abb7e687b7e5beb4e89bb9efbdaf |
UHC | ?懷??? | 001111111111110011100011001111110011111100111111 | 3ffce33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)