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 | ð£Òé¿ | 1111000010100011110100101110100110111111 | f0a3d2e9bf |
SJIS-WIN | ?£??? | 001111111000000110010010001111110011111100111111 | 3f81923f3f3f |
EUC-JP | ð£Òé¿ | 1000111110101001110000111010000111110010100011111010101011010010100011111010101110110001100011111010001011000100 | 8fa9c3a1f28faad28fabb18fa2c4 |
UTF-8 | ð£Òé¿ | 11000011101100001100001010100011110000111001001011000011101010011100001010111111 | c3b0c2a3c392c3a9c2bf |
UHC | ð???¿ | 10101001101000110011111100111111001111111010001010101111 | a9a33f3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)