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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闡「髴ェ闥檻 | 11101000100100011010001011101001100111001010101011101000100100101001111101000010 | e891a2e99caae8929f42 |
EUC-JP | 闡「髴ェ闥檻 | 111011111111000110001110101000101111000111111100100011101010101011101111111100101101110110100011 | eff18ea2f1fc8eaaeff2dda3 |
UTF-8 | 闡「髴ェ闥檻 | 111010011001011110100001111011111011110110100010111010011010101110110100111011111011110110101010111010011001011110100101111001101010101010111011 | e997a1efbda2e9abb4efbdaae997a5e6aabb |
UHC | 闡????檻 | 1111010011000101001111110011111100111111001111111111100111100011 | f4c53f3f3f3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)