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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 貪}貪{^ | 1111000011100100111001101100001101111101111100001110010011100110110000110111101101011110 | f0e4e6c37df0e4e6c37b5e |
EUC-JP | ?貪}?貪{^ | 001111111110110011000101011111010011111111101100110001010111101101011110 | 3fecc57d3fecc57b5e |
UTF-8 | 貪}貪{^ | 111011101000001010100011111010001011001010101010011111011110111010000010101000111110100010110010101010100111101101011110 | ee82a3e8b2aa7dee82a3e8b2aa7b5e |
UHC | ?貪}?貪{^ | 001111111111011110110001011111010011111111110111101100010111101101011110 | 3ff7b17d3ff7b17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)