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 | ç´Ý | 1110011110110100100100111101110110010110 | e7b493dd96 |
SJIS-WIN | ?´??? | 001111111000000101001100001111110011111100111111 | 3f814c3f3f3f |
EUC-JP | ç´?Ý? | 10001111101010111010111010100001101011010011111110001111101010101111001000111111 | 8fabaea1ad3f8faaf23f |
UTF-8 | ç´Ý | 11000011101001111100001010110100110000101001001111000011100111011100001010010110 | c3a7c2b4c293c39dc296 |
UHC | ?´??? | 001111111010001010100101001111110011111100111111 | 3fa2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)