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 | ?@????^ | 00111111010000000011111100111111001111110011111101011110 | 3f403f3f3f3f5e |
SJIS-WIN | 短@存辿其損^ | 100100100101101001000000100100011011011010010010010010001001000110110100100100011011100101011110 | 925a4091b6924891b491b95e |
EUC-JP | 短@存辿其損^ | 110000111011101101000000110000101011100011000011101010011100001010110110110000101011101101011110 | c3bb40c2b8c3a9c2b6c2bb5e |
UTF-8 | 短@存辿其損^ | 1110011110011111101011010100000011100101101011011001100011101000101111101011111111100101100001011011011011100110100100001000110101011110 | e79fad40e5ad98e8bebfe585b6e6908d5e |
UHC | 短@存?其損^ | 1101001110101101010000001111000011101101001111111101000011101100111000011101111101011110 | d3ad40f0ed3fd0ece1df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)