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 | ?① | 001111111000011101000000 | 3f8740 |
EUC-JP | ?? | 0011111100111111 | 3f3f |
UTF-8 | 礪① | 111011111010011010000101111000101001000110100000 | efa685e291a0 |
UHC | 礪① | 11100110101001111010100011100111 | e6a7a8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)