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 | ¾ßÓ | 1011111011011111100011101101001110001111 | bedf8ed38f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ß?Ó? | 001111111000111110101001110011100011111110001111101010101101000100111111 | 3f8fa9ce3f8faad13f |
UTF-8 | ¾ßÓ | 11000010101111101100001110011111110000101000111011000011100100111100001010001111 | c2bec39fc28ec393c28f |
UHC | ¾ß??? | 10101000111110101010100110101100001111110011111100111111 | a8faa9ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)