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 | 隘ェ荵晉竇 | 111010001010010110101010111001001011100110011101111001111110001010000101 | e8a5aae4b99de7e285 |
EUC-JP | 隘ェ荵晉竇 | 11110000101001111000111010101010111010001011101111011010111010011110001111100101 | f0a78eaae8bbdae9e3e5 |
UTF-8 | 隘ェ荵晉竇 | 111010011001101010011000111011111011110110101010111010001000110110110101111001101001100110001001111001111010101110000111 | e99a98efbdaae88db5e69989e7ab87 |
UHC | 隘??晉竇 | 1110010011110110001111110011111111110010110010111101010011100100 | e4f63f3ff2cbd4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)