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 | エ邇ウ識 | 1111001010111111101101001110011110001110101100111000111010101111 | f2bfb4e78eb38eaf |
EUC-JP | ?エ邇ウ識 | 001111111000111010110100111011011110111010001110101100111011110010110001 | 3f8eb4edee8eb3bcb1 |
UTF-8 | エ邇ウ識 | 111011101000011110110110111011111011110110110100111010011000001010000111111011111011110110110011111010001010110110011000 | ee87b6efbdb4e98287efbdb3e8ad98 |
UHC | ??邇?識 | 00111111001111111110110011000100001111111110001111011011 | 3f3fecc43fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)