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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 跫産跫暫E | 111001101110110110001110010110011110011011101101100011100110001001000101 | e6ed8e59e6ed8e6245 |
EUC-JP | 跫産跫暫E | 111011001110111110111011101110101110110011101111101110111100001101000101 | ecefbbbaecefbbc345 |
UTF-8 | 跫産跫暫E | 11101000101101111010101111100111100101001010001111101000101101111010101111100110100110101010101101000101 | e8b7abe794a3e8b7abe69aab45 |
UHC | ?産?暫E | 00111111110111111010011100111111111011011101010101000101 | 3fdfa73fedd545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)