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 | ç´°è£ | 111001111011010010110000111010001000011110100011 | e7b4b0e887a3 |
SJIS-WIN | ?´°??£ | 001111111000000101001100100000011000101100111111001111111000000110010010 | 3f814c818b3f3f8192 |
EUC-JP | ç´°è?£ | 10001111101010111010111010100001101011011010000111101011100011111010101110110010001111111010000111110010 | 8fabaea1ada1eb8fabb23fa1f2 |
UTF-8 | ç´°è£ | 110000111010011111000010101101001100001010110000110000111010100011000010100001111100001010100011 | c3a7c2b4c2b0c3a8c287c2a3 |
UHC | ?´°??? | 0011111110100010101001011010000111000110001111110011111100111111 | 3fa2a5a1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)