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 | ßì´¨ | 11011111111011001011010010101000 | dfecb4a8 |
SJIS-WIN | ??´¨ | 001111110011111110000001010011001000000101001110 | 3f3f814c814e |
EUC-JP | ßì´¨ | 10001111101010011100111010001111101010111100000010100001101011011010000110101111 | 8fa9ce8fabc0a1ada1af |
UTF-8 | ßì´¨ | 1100001110011111110000111010110011000010101101001100001010101000 | c39fc3acc2b4c2a8 |
UHC | ß?´¨ | 10101001101011000011111110100010101001011010000110100111 | a9ac3fa2a5a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)