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 | 得乍}得乍{^ | 1001001110111110100100111110000101111101100100111011111010010011111000010111101101011110 | 93be93e17d93be93e17b5e |
EUC-JP | 得乍}得乍{^ | 1100011011000000110001101110001101111101110001101100000011000110111000110111101101011110 | c6c0c6e37dc6c0c6e37b5e |
UTF-8 | 得乍}得乍{^ | 111001011011111010010111111001001011100110001101011111011110010110111110100101111110010010111001100011010111101101011110 | e5be97e4b98d7de5be97e4b98d7b5e |
UHC | 得乍}得乍{^ | 1101010011110000110111101011111101111101110101001111000011011110101111110111101101011110 | d4f0debf7dd4f0debf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)