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 | 即旦^ | 1001000110100110100100100101010101011110 | 91a692555e |
EUC-JP | 即旦^ | 1100001010101000110000111011011001011110 | c2a8c3b65e |
UTF-8 | 即旦^ | 11100101100011011011001111100110100101111010011001011110 | e58db3e697a65e |
UHC | ?旦^ | 00111111110100111010100101011110 | 3fd3a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)