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 | 幼胛 | 10010111011000111110001111101110 | 9763e3ee |
EUC-JP | 幼胛 | 11001101110001001110011011110000 | cdc4e6f0 |
UTF-8 | 幼胛 | 111001011011100110111100111010001000001110011011 | e5b9bce8839b |
UHC | 幼胛 | 11101010111010101100101110100100 | eaeacba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)