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 | ?O[}?O[{^ | 001111110100111101011011011111010011111101001111010110110111101101011110 | 3f4f5b7d3f4f5b7b5e |
SJIS-WIN | 哭O[}哭O[{^ | 1001101001001100010011110101101101111101100110100100110001001111010110110111101101011110 | 9a4c4f5b7d9a4c4f5b7b5e |
EUC-JP | 哭O[}哭O[{^ | 1101001110101101010011110101101101111101110100111010110101001111010110110111101101011110 | d3ad4f5b7dd3ad4f5b7b5e |
UTF-8 | 哭O[}哭O[{^ | 11100101100100111010110101001111010110110111110111100101100100111010110101001111010110110111101101011110 | e593ad4f5b7de593ad4f5b7b5e |
UHC | 哭O[}哭O[{^ | 1100110111010110010011110101101101111101110011011101011001001111010110110111101101011110 | cdd64f5b7dcdd64f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)