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 | û×¿èº | 111110111101011110001110101111111110100010111010 | fbd78ebfe8ba |
SJIS-WIN | ?×???? | 00111111100000010111111000111111001111110011111100111111 | 3f817e3f3f3f3f |
EUC-JP | û×?¿èº | 100011111010101111100101101000011101111100111111100011111010001011000100100011111010101110110010100011111010001011101011 | 8fabe5a1df3f8fa2c48fabb28fa2eb |
UTF-8 | û×¿èº | 110000111011101111000011100101111100001010001110110000101011111111000011101010001100001010111010 | c3bbc397c28ec2bfc3a8c2ba |
UHC | ?×?¿?º | 001111111010000110111111001111111010001010101111001111111010100010101100 | 3fa1bf3fa2af3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)