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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 銑溶 | 10010001010011001001011101101110 | 914c976e |
EUC-JP | 銑溶 | 11000001101011011100110111001111 | c1adcdcf |
UTF-8 | 銑溶 | 111010011000101010010001111001101011101010110110 | e98a91e6bab6 |
UHC | 銑溶 | 11100000110101011110100111000001 | e0d5e9c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)