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 | ?Lk}?Lk{^ | 001111110100110001101011011111010011111101001100011010110111101101011110 | 3f4c6b7d3f4c6b7b5e |
SJIS-WIN | 奪Lk}奪Lk{^ | 1001001001000100010011000110101101111101100100100100010001001100011010110111101101011110 | 92444c6b7d92444c6b7b5e |
EUC-JP | 奪Lk}奪Lk{^ | 1100001110100101010011000110101101111101110000111010010101001100011010110111101101011110 | c3a54c6b7dc3a54c6b7b5e |
UTF-8 | 奪Lk}奪Lk{^ | 11100101101001011010101001001100011010110111110111100101101001011010101001001100011010110111101101011110 | e5a5aa4c6b7de5a5aa4c6b7b5e |
UHC | 奪Lk}奪Lk{^ | 1111011110101100010011000110101101111101111101111010110001001100011010110111101101011110 | f7ac4c6b7df7ac4c6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)