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 | 閨ソ荳域收 | 111010001000000110111111111001001011100010001000111001101001110110111110 | e881bfe4b888e69dbe |
EUC-JP | 閨ソ荳域收 | 11101111111000011000111010111111111010001011101010110000111010001101101011000000 | efe18ebfe8bab0e8dac0 |
UTF-8 | 閨ソ荳域收 | 111010011001011010101000111011111011110110111111111010001000110110110011111001011001111110011111111001101001010010110110 | e996a8efbdbfe88db3e59f9fe694b6 |
UHC | 閨?荳域收 | 110100001011000100111111110101001110010111100110101101001110001010100101 | d0b13fd4e5e6b4e2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)