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{^ | 1001101001001100010011000110101101111101100110100100110001001100011010110111101101011110 | 9a4c4c6b7d9a4c4c6b7b5e |
EUC-JP | 哭Lk}哭Lk{^ | 1101001110101101010011000110101101111101110100111010110101001100011010110111101101011110 | d3ad4c6b7dd3ad4c6b7b5e |
UTF-8 | 哭Lk}哭Lk{^ | 11100101100100111010110101001100011010110111110111100101100100111010110101001100011010110111101101011110 | e593ad4c6b7de593ad4c6b7b5e |
UHC | 哭Lk}哭Lk{^ | 1100110111010110010011000110101101111101110011011101011001001100011010110111101101011110 | cdd64c6b7dcdd64c6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)