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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跋サ逕杰 | 11100110111010111011101111100111100101001001111001011110 | e6ebbbe7949e5e |
EUC-JP | 跋サ逕杰 | 1110110011101101100011101011101111101101111101001101101110111111 | eced8ebbedf4dbbf |
UTF-8 | 跋サ逕杰 | 111010001011011110001011111011111011110110111011111010011000000010010101111001101001110110110000 | e8b78befbdbbe98095e69db0 |
UHC | 跋?逕杰 | 11011011101000100011111111001100111011111100101111111001 | dba23fccefcbf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)