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?? | 00111111010101110011111100111111 | 3f573f3f |
SJIS-WIN | 短W泄綜 | 10010010010110100101011110011111100101011001000110001110 | 925a579f95918e |
EUC-JP | 短W泄綜 | 11000011101110110101011111011101111101011100000111101110 | c3bb57ddf5c1ee |
UTF-8 | 短W泄綜 | 11100111100111111010110101010111111001101011001110000100111001111011011010011100 | e79fad57e6b384e7b69c |
UHC | 短W泄綜 | 11010011101011010101011111100000110111001111000011111100 | d3ad57e0dcf0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)