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 | ?D?F | 00111111010001000011111101000110 | 3f443f46 |
SJIS-WIN | 哭D獻F | 100110100100110001000100111000001101100101000110 | 9a4c44e0d946 |
EUC-JP | 哭D獻F | 110100111010110101000100111000001101101101000110 | d3ad44e0db46 |
UTF-8 | 哭D獻F | 1110010110010011101011010100010011100111100011011011101101000110 | e593ad44e78dbb46 |
UHC | 哭D獻F | 110011011101011001000100111110101100110001000110 | cdd644facc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)