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 | エ邇・イ | 11110010101111111011010011100111100011101010010110110010 | f2bfb4e78ea5b2 |
EUC-JP | ?エ邇・イ | 001111111000111010110100111011011110111010001110101001011000111010110010 | 3f8eb4edee8ea58eb2 |
UTF-8 | エ邇・イ | 111011101000011110110110111011111011110110110100111010011000001010000111111011111011110110100101111011111011110110110010 | ee87b6efbdb4e98287efbda5efbdb2 |
UHC | ??邇?? | 001111110011111111101100110001000011111100111111 | 3f3fecc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)