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 | ¾ßÔ¼ | 1011111011011111100011101101010010111100 | bedf8ed4bc |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ß?Ô? | 001111111000111110101001110011100011111110001111101010101101010000111111 | 3f8fa9ce3f8faad43f |
UTF-8 | ¾ßÔ¼ | 11000010101111101100001110011111110000101000111011000011100101001100001010111100 | c2bec39fc28ec394c2bc |
UHC | ¾ß??¼ | 1010100011111010101010011010110000111111001111111010100011111001 | a8faa9ac3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)