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 | 幼聰 | 10010111011000111110001111100000 | 9763e3e0 |
EUC-JP | 幼聰 | 11001101110001001110011011100010 | cdc4e6e2 |
UTF-8 | 幼聰 | 111001011011100110111100111010001000000110110000 | e5b9bce881b0 |
UHC | 幼聰 | 11101010111010101111010111000110 | eaeaf5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)