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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闥滓勁蟇、 | 111010001001001010011111111001101001100110100100111001011010111110100100 | e8929fe699a4e5afa4 |
EUC-JP | 闥滓勁蟇、 | 11101111111100101101111011101000110100101010011011101010101100011000111010100100 | eff2dee8d2a6eab18ea4 |
UTF-8 | 闥滓勁蟇、 | 111010011001011110100101111001101011101110010011111001011000101110000001111010001001111110000111111011111011110110100100 | e997a5e6bb93e58b81e89f87efbda4 |
UHC | ?滓勁?? | 00111111111011101010101111001100110011010011111100111111 | 3feeabcccd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)