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 | 闥滓勁蟇 | 1110100010010010100111111110011010011001101001001110010110101111 | e8929fe699a4e5af |
EUC-JP | 闥滓勁蟇 | 1110111111110010110111101110100011010010101001101110101010110001 | eff2dee8d2a6eab1 |
UTF-8 | 闥滓勁蟇 | 111010011001011110100101111001101011101110010011111001011000101110000001111010001001111110000111 | e997a5e6bb93e58b81e89f87 |
UHC | ?滓勁? | 001111111110111010101011110011001100110100111111 | 3feeabcccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)