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 | çßç¥çß | 1110011111011111100111101110011110011101101001011110011111011111 | e7df9ee79da5e7df |
SJIS-WIN | ?????¥?? | 001111110011111100111111001111110011111110000001100011110011111100111111 | 3f3f3f3f3f818f3f3f |
EUC-JP | çß?ç??çß | 100011111010101110101110100011111010100111001110001111111000111110101011101011100011111100111111100011111010101110101110100011111010100111001110 | 8fabae8fa9ce3f8fabae3f3f8fabae8fa9ce |
UTF-8 | çßç¥çß | 11000011101001111100001110011111110000101001111011000011101001111100001010011101110000101010010111000011101001111100001110011111 | c3a7c39fc29ec3a7c29dc2a5c3a7c39f |
UHC | ?ß?????ß | 00111111101010011010110000111111001111110011111100111111001111111010100110101100 | 3fa9ac3f3f3f3f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)