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 | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 短息側W | 10010010010110101001000110100111100100011010010001010111 | 925a91a791a457 |
EUC-JP | 短息側W | 11000011101110111100001010101001110000101010011001010111 | c3bbc2a9c2a657 |
UTF-8 | 短息側W | 11100111100111111010110111100110100000011010111111100101100000011011010001010111 | e79fade681afe581b457 |
UHC | 短息側W | 11010011101011011110001111010011111101101011000001010111 | d3ade3d3f6b057 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)