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 | ?l?lB | 0011111101101100001111110110110001000010 | 3f6c3f6c42 |
SJIS-WIN | 但l但lB | 10010010010000010110110010010010010000010110110001000010 | 92416c92416c42 |
EUC-JP | 但l但lB | 11000011101000100110110011000011101000100110110001000010 | c3a26cc3a26c42 |
UTF-8 | 但l但lB | 111001001011110110000110011011001110010010111101100001100110110001000010 | e4bd866ce4bd866c42 |
UHC | 但l但lB | 11010011101000110110110011010011101000110110110001000010 | d3a36cd3a36c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)