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 | 鄙皮ソ膿 | 11100111101111111001010011100111101111111001010001011110 | e7bf94e7bf945e |
EUC-JP | 鄙皮ソ膿 | 1110111011000001110010001110100110001110101111111100011110111111 | eec1c8e98ebfc7bf |
UTF-8 | 鄙皮ソ膿 | 111010011000010010011001111001111001101010101110111011111011110110111111111010001000011010111111 | e98499e79aaeefbdbfe886bf |
UHC | 鄙皮?膿 | 11011110101010011111100110101011001111111101001011011011 | dea9f9ab3fd2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)