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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 狐\}狐\{^ | 100011001100111101011100011111011000110011001111010111000111101101011110 | 8ccf5c7d8ccf5c7b5e |
EUC-JP | 狐\}狐\{^ | 101110001101000101011100011111011011100011010001010111000111101101011110 | b8d15c7db8d15c7b5e |
UTF-8 | 狐\}狐\{^ | 1110011110001011100100000101110001111101111001111000101110010000010111000111101101011110 | e78b905c7de78b905c7b5e |
UHC | 狐\}狐\{^ | 111110111100111101011100011111011111101111001111010111000111101101011110 | fbcf5c7dfbcf5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)