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 | ÃüÂí | 11000011111111001100001011101101 | c3fcc2ed |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÃüÂí | 100011111010101010101010100011111010101111100100100011111010101010100100100011111010101110111111 | 8faaaa8fabe48faaa48fabbf |
UTF-8 | ÃüÂí | 1100001110000011110000111011110011000011100000101100001110101101 | c383c3bcc382c3ad |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)