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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 即造~ | 1001000110100110100100011010001001111110 | 91a691a27e |
EUC-JP | 即造~ | 1100001010101000110000101010010001111110 | c2a8c2a47e |
UTF-8 | 即造~ | 11100101100011011011001111101001100000001010000001111110 | e58db3e980a07e |
UHC | ?造~ | 00111111111100001110001101111110 | 3ff0e37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)