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 | çÇ´®Ð | 1110011111000111101101001010111011010000 | e7c7b4aed0 |
SJIS-WIN | ??´?? | 001111110011111110000001010011000011111100111111 | 3f3f814c3f3f |
EUC-JP | çÇ´®? | 100011111010101110101110100011111010101010101110101000011010110110001111101000101110111000111111 | 8fabae8faaaea1ad8fa2ee3f |
UTF-8 | çÇ´®Ð | 11000011101001111100001110000111110000101011010011000010101011101100001110010000 | c3a7c387c2b4c2aec390 |
UHC | ??´®Ð | 0011111100111111101000101010010110100010111001111010100010100010 | 3f3fa2a5a2e7a8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)