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 | 蓁貞・ェ襄 | 1110010011101011100100101110010110100101101010101110010111110101 | e4eb92e5a5aae5f5 |
EUC-JP | 蓁貞・ェ襄 | 11101000111011011100010011100111100011101010010110001110101010101110101011110111 | e8edc4e78ea58eaaeaf7 |
UTF-8 | 蓁貞・ェ襄 | 111010001001001110000001111010001011001010011110111011111011110110100101111011111011110110101010111010001010010110000100 | e89381e8b29eefbda5efbdaae8a584 |
UHC | ?貞??襄 | 00111111111011111111011000111111001111111110010111010001 | 3feff63f3fe5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)