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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 惜?n}惜?n{^ | 1001000011001001001111110110111001111101100100001100100100111111011011100111101101011110 | 90c93f6e7d90c93f6e7b5e |
EUC-JP | 惜?n}惜?n{^ | 1100000011001011001111110110111001111101110000001100101100111111011011100111101101011110 | c0cb3f6e7dc0cb3f6e7b5e |
UTF-8 | 惜뚆n}惜뚆n{^ | 1110011010000011100111001110101110011010100001100110111001111101111001101000001110011100111010111001101010000110011011100111101101011110 | e6839ceb9a866e7de6839ceb9a866e7b5e |
UHC | 惜뚆n}惜뚆n{^ | 11100000101011011000110011001001011011100111110111100000101011011000110011001001011011100111101101011110 | e0ad8cc96e7de0ad8cc96e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)