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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??悅?途^ | 0011111100111111111110101011110100111111100100110111001001011110 | 3f3ffabd3f93725e |
EUC-JP | ????途^ | 00111111001111110011111100111111110001011101001101011110 | 3f3f3f3fc5d35e |
UTF-8 | 뤋력悅뻔途^ | 11101011101001001000101111101011101000001010010111100110100000101000010111101011101110111001010011101001100000001001010001011110 | eba48beba0a5e68285ebbb94e980945e |
UHC | 뤋력悅뻔途^ | 1000111110111011101101111100001011100110111011011011101110110111110101001011001001011110 | 8fbbb7c2e6edbbb7d4b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)