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 | îôÂà | 11000011101011101100001110110100110000101000111011000011 | c3aec3b4c28ec3 |
SJIS-WIN | ???´??? | 0011111100111111001111111000000101001100001111110011111100111111 | 3f3f3f814c3f3f3f |
EUC-JP | îô�à | 100011111010101010101010100011111010001011101110100011111010101010101010101000011010110110001111101010101010010000111111100011111010101010101010 | 8faaaa8fa2ee8faaaaa1ad8faaa43f8faaaa |
UTF-8 | îôÂà | 1100001110000011110000101010111011000011100000111100001010110100110000111000001011000010100011101100001110000011 | c383c2aec383c2b4c382c28ec383 |
UHC | ?®?´??? | 001111111010001011100111001111111010001010100101001111110011111100111111 | 3fa2e73fa2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)