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 | íí½Éíí | 111011011110110110111101110010011110110111101101 | ededbdc9eded |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | íí?Éíí | 10001111101010111011111110001111101010111011111100111111100011111010101010110001100011111010101110111111100011111010101110111111 | 8fabbf8fabbf3f8faab18fabbf8fabbf |
UTF-8 | íí½Éíí | 110000111010110111000011101011011100001010111101110000111000100111000011101011011100001110101101 | c3adc3adc2bdc389c3adc3ad |
UHC | ??½??? | 00111111001111111010100011110110001111110011111100111111 | 3f3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)