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 | 隘ェ荵晁у | 111010001010010110101010111001001011100110011101111010001000010010000101 | e8a5aae4b99de88485 |
EUC-JP | 隘ェ荵晁у | 11110000101001111000111010101010111010001011101111011010111010101010011111100101 | f0a78eaae8bbdaeaa7e5 |
UTF-8 | 隘ェ荵晁у | 1110100110011010100110001110111110111101101010101110100010001101101101011110011010011001100000011101000110000011 | e99a98efbdaae88db5e69981d183 |
UHC | 隘??晁у | 1110010011110110001111110011111111110000110001011010110011100101 | e4f63f3ff0c5ace5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)