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 | 閨ソ荵礼柄 | 111010001000000110111111111001001011100110010111111001111001010110111111 | e881bfe4b997e795bf |
EUC-JP | 閨ソ荵礼柄 | 11101111111000011000111010111111111010001011101111001110111010011100101011000001 | efe18ebfe8bbcee9cac1 |
UTF-8 | 閨ソ荵礼柄 | 111010011001011010101000111011111011110110111111111010001000110110110101111001111010010010111100111001101001111110000100 | e996a8efbdbfe88db5e7a4bce69f84 |
UHC | 閨???柄 | 11010000101100010011111100111111001111111101110010110111 | d0b13f3f3fdcb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)