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 | çßÉ¿ | 11100111110111111100100110111111 | e7dfc9bf |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | çßÉ¿ | 100011111010101110101110100011111010100111001110100011111010101010110001100011111010001011000100 | 8fabae8fa9ce8faab18fa2c4 |
UTF-8 | çßÉ¿ | 1100001110100111110000111001111111000011100010011100001010111111 | c3a7c39fc389c2bf |
UHC | ?ß?¿ | 001111111010100110101100001111111010001010101111 | 3fa9ac3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)