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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄂皮ス膿 | 11100111101111011001010011100111101111011001010001011110 | e7bd94e7bd945e |
EUC-JP | 鄂皮ス膿 | 1110111010111111110010001110100110001110101111011100011110111111 | eebfc8e98ebdc7bf |
UTF-8 | 鄂皮ス膿 | 111010011000010010000010111001111001101010101110111011111011110110111101111010001000011010111111 | e98482e79aaeefbdbde886bf |
UHC | 鄂皮?膿 | 11100100110001111111100110101011001111111101001011011011 | e4c7f9ab3fd2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)