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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 綢綢^ | 1110001101100001111000110110000101011110 | e361e3615e |
EUC-JP | 綢綢^ | 1110010111000010111001011100001001011110 | e5c2e5c25e |
UTF-8 | 綢綢^ | 11100111101101101010001011100111101101101010001001011110 | e7b6a2e7b6a25e |
UHC | 綢綢^ | 1111000111000110111100011100011001011110 | f1c6f1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)