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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 療み? | 1001011111000011100000101101110100111111 | 97c382dd3f |
EUC-JP | 療み? | 1100111011000101101001001101111100111111 | cec5a4df3f |
UTF-8 | 療み롗 | 111001111001100110000010111000111000000110111111111010111010000110010111 | e79982e381bfeba197 |
UHC | 療み롗 | 110101101111101110101010110111111000111011011011 | d6fbaadf8edb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)