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 | 擎鋻 | 11111010110011001111101111011001 | faccfbd9 |
EUC-JP | 擎鋻 | 100011111100000110100110100011111110010011010001 | 8fc1a68fe4d1 |
UTF-8 | 擎鋻 | 111001101001001110001110111010011000101110111011 | e6938ee98bbb |
UHC | 擎? | 110011001101011000111111 | ccd63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)