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 | 辰箪揃脱賊 | 10010010010000111001001001011100100100011011010110010010010001011001000110101111 | 9243925c91b5924591af |
EUC-JP | 辰箪揃脱賊 | 11000011101001001100001110111101110000101011011111000011101001101100001010110001 | c3a4c3bdc2b7c3a6c2b1 |
UTF-8 | 辰箪揃脱賊 | 111010001011111010110000111001111010111010101010111001101000111110000011111010001000010010110001111010001011001110001010 | e8beb0e7aeaae68f83e884b1e8b38a |
UHC | 辰???賊 | 11110010111000110011111100111111001111111110111011100100 | f2e33f3f3feee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)