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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 蟻?\}蟻?\{^ | 1000101101100001001111110101110001111101100010110110000100111111010111000111101101011110 | 8b613f5c7d8b613f5c7b5e |
EUC-JP | 蟻?\}蟻?\{^ | 1011010111000010001111110101110001111101101101011100001000111111010111000111101101011110 | b5c23f5c7db5c23f5c7b5e |
UTF-8 | 蟻랯\}蟻랯\{^ | 1110100010011111101110111110101110011110101011110101110001111101111010001001111110111011111010111001111010101111010111000111101101011110 | e89fbbeb9eaf5c7de89fbbeb9eaf5c7b5e |
UHC | 蟻랯\}蟻랯\{^ | 11101011111111001000111001001011010111000111110111101011111111001000111001001011010111000111101101011110 | ebfc8e4b5c7debfc8e4b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)