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 | çæº? | 11100111111001101011101000111111 | e7e6ba3f |
SJIS-WIN | ???蹕 | 0011111100111111001111111110011101001010 | 3f3f3fe74a |
EUC-JP | çæº蹕 | 1000111110101011101011101000111110101001110000011000111110100010111010111110110110101011 | 8fabae8fa9c18fa2ebedab |
UTF-8 | çæº蹕 | 110000111010011111000011101001101100001010111010111010001011100110010101 | c3a7c3a6c2bae8b995 |
UHC | ?� | 001111111010100110100001101010001010110000111111 | 3fa9a1a8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)