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 | èùâ«äº | 1110100011111001100111001110001010001000101010111110010010111010 | e8f99ce288abe4ba |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èù?â??äº | 100011111010101110110010100011111010101111100011001111111000111110101011101001000011111100111111100011111010101110100011100011111010001011101011 | 8fabb28fabe33f8faba43f3f8faba38fa2eb |
UTF-8 | èùâ«äº | 11000011101010001100001110111001110000101001110011000011101000101100001010001000110000101010101111000011101001001100001010111010 | c3a8c3b9c29cc3a2c288c2abc3a4c2ba |
UHC | ???????º | 001111110011111100111111001111110011111100111111001111111010100010101100 | 3f3f3f3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)