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 | 雜吝臆莠弯 | 11101000101101101001100111100101100010011011000011100100101110101001110001011110 | e8b699e589b0e4ba9c5e |
EUC-JP | 雜吝臆莠弯 | 11110000101110001101001011100111101100101011001011101000101111001101011110111111 | f0b8d2e7b2b2e8bcd7bf |
UTF-8 | 雜吝臆莠弯 | 111010011001101110011100111001011001000010011101111010001000011110000110111010001000111010100000111001011011110010101111 | e99b9ce5909de88786e88ea0e5bcaf |
UHC | 雜吝臆?? | 1110110111011010110101111111000011100101111001100011111100111111 | eddad7f0e5e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)