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 | íÝí | 111011101011100010111110111011011101110111101101 | eeb8beeddded |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | î¸?íÝí | 10001111101010111100001010001111101000101011000100111111100011111010101110111111100011111010101011110010100011111010101110111111 | 8fabc28fa2b13f8fabbf8faaf28fabbf |
UTF-8 | íÝí | 110000111010111011000010101110001100001010111110110000111010110111000011100111011100001110101101 | c3aec2b8c2bec3adc39dc3ad |
UHC | ?¸¾??? | 0011111110100010101011001010100011111010001111110011111100111111 | 3fa2aca8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)