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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 驤泌ケ滓升\ | 11101001100010001001010011100101101110011001111111100110100011111010000101011100 | e98894e5b99fe68fa15c |
EUC-JP | 驤泌ケ滓升\ | 1111000111101000110010001110011110001110101110011101111011101000101111101010001101011100 | f1e8c8e78eb9dee8bea35c |
UTF-8 | 驤泌ケ滓升\ | 11101001101010011010010011100110101100111000110011101111101111011011100111100110101110111001001111100101100011011000011101011100 | e9a9a4e6b38cefbdb9e6bb93e58d875c |
UHC | ?泌?滓升\ | 001111111111100110110010001111111110111010101011111000111010111001011100 | 3ff9b23feeabe3ae5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)