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 | ?塋^ | 00111111100110101100100001011110 | 3f9ac85e |
EUC-JP | ?塋^ | 00111111110101001100101001011110 | 3fd4ca5e |
UTF-8 | 뤵塋^ | 11101011101001001011010111100101101000011000101101011110 | eba4b5e5a18b5e |
UHC | 뤵塋^ | 1000111111100011111001111010101101011110 | 8fe3e7ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)