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 | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-WIN | 旦達W旦達 | 100100100101010110010010010000100101011110010010010101011001001001000010 | 925592425792559242 |
EUC-JP | 旦達W旦達 | 110000111011011011000011101000110101011111000011101101101100001110100011 | c3b6c3a357c3b6c3a3 |
UTF-8 | 旦達W旦達 | 11100110100101111010011011101001100000011001010001010111111001101001011110100110111010011000000110010100 | e697a6e9819457e697a6e98194 |
UHC | 旦達W旦達 | 110100111010100111010011101110010101011111010011101010011101001110111001 | d3a9d3b957d3a9d3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)