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 | èùèù^ | 100100101001010011101000111110011001001010010100111010001111100101011110 | 9294e8f99294e8f95e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ??èù??èù^ | 0011111100111111100011111010101110110010100011111010101111100011001111110011111110001111101010111011001010001111101010111110001101011110 | 3f3f8fabb28fabe33f3f8fabb28fabe35e |
UTF-8 | èùèù^ | 1100001010010010110000101001010011000011101010001100001110111001110000101001001011000010100101001100001110101000110000111011100101011110 | c292c294c3a8c3b9c292c294c3a8c3b95e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)